summaryrefslogtreecommitdiff
path: root/src/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-15 18:53:52 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-15 18:53:52 +0000
commit1a8ffd75606e69c6f766188f2ab424cc53782a52 (patch)
tree53354e7db3f6739a42e624daf032dd70714f43b1 /src/spec.h
parentc48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (diff)
Changes from work
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
*/