From 0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 20 Jan 2004 01:10:45 +0000 Subject: Added monitor; Various fixes --- src/spec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/spec.h') diff --git a/src/spec.h b/src/spec.h index 69a19d1..a508bdb 100644 --- a/src/spec.h +++ b/src/spec.h @@ -56,6 +56,8 @@ const Z80Label *SPECGetLabel(void); /* Interfaces for memory menu */ const char *SPECInfo(Z80 *z80); +void SPECEnableScreen(int enable); +void SPECShowScreen(void); /* Called when the machine is reset */ -- cgit v1.2.3