From 793788771dcf70b2ff2c7c082517f33239bf719d Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 Apr 2023 08:11:33 +0800 Subject: Fixed non-array mode --- z80_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80_config.h') diff --git a/z80_config.h b/z80_config.h index 098ddf0..6f50cc0 100644 --- a/z80_config.h +++ b/z80_config.h @@ -49,8 +49,8 @@ In this mode the signature of Z80Init changes so that the memory functions are not passed. ALL processor instances share the same memory. -*/ #define ENABLE_ARRAY_MEMORY +*/ #ifdef ENABLE_ARRAY_MEMORY #define RAMBOT 0x0000 -- cgit v1.2.3