summaryrefslogtreecommitdiff
path: root/src/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-20 01:10:45 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-20 01:10:45 +0000
commit0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 (patch)
tree08912b4f18c914d7a5e9d97c8f463676e07f19fa /src/spec.h
parent7392aae19593563dd6557af76df0d6b965d6e4c5 (diff)
Added monitor; Various fixes
Diffstat (limited to 'src/spec.h')
-rw-r--r--src/spec.h2
1 files changed, 2 insertions, 0 deletions
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
*/