diff m68k_core.h @ 726:7367b14ac01c

Don't attempt to translate or map code at odd addresses. This fixes a bug that shows up when playing College Footbal USA 96
author Michael Pavone <pavone@retrodev.com>
date Fri, 22 May 2015 23:49:32 -0700
parents fc04781f4d28
children cbf97d335444
line wrap: on
line diff
--- a/m68k_core.h	Fri May 22 21:11:41 2015 -0700
+++ b/m68k_core.h	Fri May 22 23:49:32 2015 -0700
@@ -34,6 +34,7 @@
 	code_ptr        write_32_highfirst;
 	code_ptr        do_sync;
 	code_ptr        trap;
+	code_ptr        odd_address;
 	start_fun       start_context;
 	code_ptr        retrans_stub;
 	code_ptr        native_addr;