comparison 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
comparison
equal deleted inserted replaced
725:a92ca6f0ed83 726:7367b14ac01c
32 code_ptr read_32; 32 code_ptr read_32;
33 code_ptr write_32_lowfirst; 33 code_ptr write_32_lowfirst;
34 code_ptr write_32_highfirst; 34 code_ptr write_32_highfirst;
35 code_ptr do_sync; 35 code_ptr do_sync;
36 code_ptr trap; 36 code_ptr trap;
37 code_ptr odd_address;
37 start_fun start_context; 38 start_fun start_context;
38 code_ptr retrans_stub; 39 code_ptr retrans_stub;
39 code_ptr native_addr; 40 code_ptr native_addr;
40 code_ptr native_addr_and_sync; 41 code_ptr native_addr_and_sync;
41 code_ptr get_sr; 42 code_ptr get_sr;