From 0ef7445dc7fb7b283a480b98ebbe873c7bd04bf1 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 11 Jan 2023 21:40:13 +0000 Subject: Added debug screens. Fixed the emulation of IM 2 which fixes the bad TAPs. --- include/spec.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/spec.h') 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 */ -- cgit v1.2.3