From 98c157c117131c10b36a269cee8b225240407064 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 20 Apr 2016 23:19:13 -0700 Subject: Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine in Afterburner II. --- z80_to_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80_to_x86.h') 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 { -- cgit v1.2.3