summaryrefslogtreecommitdiff
path: root/include/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-01-11 21:40:13 +0000
committerIan C <ianc@noddybox.co.uk>2023-01-11 21:40:13 +0000
commit0ef7445dc7fb7b283a480b98ebbe873c7bd04bf1 (patch)
tree9477a7239dff12da489d201d5b525d296088f67e /include/spec.h
parent61ee8852d771cbb735366757e24130803c8d9762 (diff)
Added debug screens. Fixed the emulation of IM 2 which fixes the bad TAPs.
Diffstat (limited to 'include/spec.h')
-rw-r--r--include/spec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/spec.h b/include/spec.h
index 8171a4f..1663d37 100644
--- a/include/spec.h
+++ b/include/spec.h
@@ -36,6 +36,9 @@
*/
#define SAMPLE_RATE 22050
+/* The Spectrum's memory
+*/
+extern Z80Byte Z80_MEMORY[];
/* Initialise the SPEC
*/