diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-20 23:19:13 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-20 23:19:13 -0700 |
commit | 98c157c117131c10b36a269cee8b225240407064 (patch) | |
tree | 22b7b7fcfa9dc567362ecd960f5079c8c18c2b9a /z80_to_x86.h | |
parent | ea4a42adde53588db81488eee153920195a9a95b (diff) |
Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine in Afterburner II.
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r-- | z80_to_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h index b21cdbf..551319b 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -12,7 +12,7 @@ #ifdef Z80_LOG_ADDRESS #define ZMAX_NATIVE_SIZE 255 #else -#define ZMAX_NATIVE_SIZE 128 +#define ZMAX_NATIVE_SIZE 160 #endif enum { |