comparison z80_to_x86.h @ 967:1eb616b8cbe9

Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine in Afterburner II.
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 Apr 2016 23:19:13 -0700
parents 252dfd29831d
children 6b07af1515b5
comparison
equal deleted inserted replaced
966:f765c2fc7508 967:1eb616b8cbe9
10 10
11 #define ZNUM_MEM_AREAS 4 11 #define ZNUM_MEM_AREAS 4
12 #ifdef Z80_LOG_ADDRESS 12 #ifdef Z80_LOG_ADDRESS
13 #define ZMAX_NATIVE_SIZE 255 13 #define ZMAX_NATIVE_SIZE 255
14 #else 14 #else
15 #define ZMAX_NATIVE_SIZE 128 15 #define ZMAX_NATIVE_SIZE 160
16 #endif 16 #endif
17 17
18 enum { 18 enum {
19 ZF_C = 0, 19 ZF_C = 0,
20 ZF_N, 20 ZF_N,