diff options
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 */ |