moa/emulator
transistor da980b8ae8 Fixed regression when fixing interrupt handling in 68k
Mortal Kombat 2 was working but somewhere while getting the harte
tests to work, I fixed interrupts to change the flags before they're
pushed to the stack, in order to match the expected behaviour from
the tests when an address error occurs (sr is changed and the stack
push causes the error).  I correctly saved the state of sr in the
function for group0 interrupts, to push to the stack later, but the
normal interrupts was saving sr *after* the flags were changed...
Now it saves sr beforehand

I also included some changes to the gfx interface to allow taking
frames, to fix a compile error introduced by the last commit.
2022-09-29 20:21:00 -07:00
..
core Fixed regression when fixing interrupt handling in 68k 2022-09-29 20:21:00 -07:00
cpus Fixed regression when fixing interrupt handling in 68k 2022-09-29 20:21:00 -07:00
frontends Added dummy audio device to disable audio while still simulating the devices 2022-09-29 19:55:12 -07:00
peripherals Major reorganization into crates 2022-09-24 23:14:03 -07:00
systems Added dummy audio device to disable audio while still simulating the devices 2022-09-29 19:55:12 -07:00