diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-11 21:40:13 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-11 21:40:13 +0000 |
commit | 0ef7445dc7fb7b283a480b98ebbe873c7bd04bf1 (patch) | |
tree | 9477a7239dff12da489d201d5b525d296088f67e /include | |
parent | 61ee8852d771cbb735366757e24130803c8d9762 (diff) |
Added debug screens. Fixed the emulation of IM 2 which fixes the bad TAPs.
Diffstat (limited to 'include')
-rw-r--r-- | include/spec.h | 3 |
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 */ |