diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-22 23:49:32 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-22 23:49:32 -0700 |
commit | 057e8fb32092e1c1c642791cf915c2522b5662e0 (patch) | |
tree | ac0fbfb841c64651d6da61af2b8cc2221a503f1c /m68k_core.h | |
parent | eb8ad570f140b57480ba8ce28819d7cd68d6548e (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.h | 1 |
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; |