diff options
Diffstat (limited to 'include/spec.h')
-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 */ |