summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-22 23:49:32 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-22 23:49:32 -0700
commit057e8fb32092e1c1c642791cf915c2522b5662e0 (patch)
treeac0fbfb841c64651d6da61af2b8cc2221a503f1c /m68k_core.h
parenteb8ad570f140b57480ba8ce28819d7cd68d6548e (diff)
Don't attempt to translate or map code at odd addresses. This fixes a bug that shows up when playing College Footbal USA 96
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_core.h b/m68k_core.h
index 2635a09..b91a37b 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -34,6 +34,7 @@ typedef struct {
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;