Mercurial > repos > blastem
log backend.c @ 914:28ec32e720b2
age | author | description |
---|---|---|
Wed, 14 Jan 2015 09:38:54 -0800 | Michael Pavone | Removed hardcoded assumptions in M68K core about which parts of the memory map are RAM |
Thu, 01 Jan 2015 17:31:59 -0800 | Michael Pavone | Fix some issues with 68K instruction retranslation |
Thu, 01 Jan 2015 14:36:55 -0800 | Michael Pavone | Remove some of the hard coded assumptions about the memory map from the CPU cores |
Mon, 24 Feb 2014 01:30:16 -0800 | Mike Pavone | Use a typedef code_ptr in place of uint8_t * in 68K core to better support host instruction sets with different instruction word sizes. Make x86_68k_options contain a cpu_options so that gen_mem_fun can eventually be shared with the Z80 core. |
Mon, 24 Feb 2014 00:50:15 -0800 | Mike Pavone | Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively base x86_backend.c@b1bff27ef676 |