Mercurial > repos > blastem
log backend_x86.c @ 1081:89cc20cf1ad3
age | author | description |
---|---|---|
Thu, 06 Oct 2016 09:25:43 -0700 | Michael Pavone | Fix handling of MMAP_CODE chunks that also have MMAP_PTR_IDX set |
Wed, 27 Jul 2016 22:46:22 -0700 | Michael Pavone | Change cycle tracking code for Z80 core to only use a single register. Store low 7 bits of R in a reg and increment it appropriately. |
Tue, 26 Apr 2016 23:13:37 -0700 | Michael Pavone | Initial stab at implementing address error exceptions. Need to fill in the value of IR, undefined bits of last stack frame word and properly deal with address errors that occur during exception processing. |
Wed, 25 Nov 2015 08:40:45 -0800 | Michael Pavone | Partially working change to do proper stack alignment rather than doing a lame alignment check when calling a C compile dfunction. 68K core seems okay, but Z80 is busted. |