diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-20 01:10:45 +0000 |
commit | 0a6f1fcdf13e5d4518b8605dd7a55f49db6b1a70 (patch) | |
tree | 08912b4f18c914d7a5e9d97c8f463676e07f19fa /src/spec.h | |
parent | 7392aae19593563dd6557af76df0d6b965d6e4c5 (diff) |
Added monitor; Various fixes
Diffstat (limited to 'src/spec.h')
-rw-r--r-- | src/spec.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |