summaryrefslogtreecommitdiff
path: root/src/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spec.h')
-rw-r--r--src/spec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spec.h b/src/spec.h
index 0dae7e7..69a19d1 100644
--- a/src/spec.h
+++ b/src/spec.h
@@ -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
*/