Mercurial > repos > blastem
log m68k_to_x86.c @ 351:2f264d2a60c2
age | author | description |
---|---|---|
Tue, 21 May 2013 22:08:59 -0700 | Mike Pavone | Support for SRAM with SEGA mapper. Half-finished support for SRAM without SEGA mapper. |
Tue, 21 May 2013 19:26:20 -0700 | Mike Pavone | Refactor code gen for read/write functions |
Tue, 21 May 2013 01:10:04 -0700 | Mike Pavone | m68k_trap is now replaced with a generated one so it can call the generated memory acccess functions. The old static memory access functions have been removed from runtime.S |
Tue, 21 May 2013 00:56:56 -0700 | Mike Pavone | Generate handle_cycle_limit_int at runtime so it can refer to the runtime generated memory map functions |
Sat, 18 May 2013 11:44:42 -0700 | Mike Pavone | Mostly working runtime generation of memory map read/write functions |
Sun, 12 May 2013 01:34:17 -0700 | Mike Pavone | Fix retrun address calculation for CHK exceptions |
Sat, 11 May 2013 21:19:31 -0700 | Mike Pavone | Don't update interrupt mask on non-interrupt exceptions |