diff options
Diffstat (limited to 'src/spec.h')
-rw-r--r-- | src/spec.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ const Z80Label *SPECGetLabel(void); */ const char *SPECInfo(Z80 *z80); +/* Called when the machine is reset +*/ +void SPECReset(Z80 *z80); + /* Interfaces for snapshot and device control */ |