diff options
| author | Ian C <ianc@noddybox.co.uk> | 2023-04-23 08:11:33 +0800 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2023-04-23 08:11:33 +0800 |
| commit | 793788771dcf70b2ff2c7c082517f33239bf719d (patch) | |
| tree | cd05ebbe84ff34e494f9d9020b874dbf979a5ad0 /z80_config.h | |
| parent | d42634ec2748926eed6ce277f0c5046e73f682cf (diff) | |
Fixed non-array mode
Diffstat (limited to 'z80_config.h')
| -rw-r--r-- | z80_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
