summaryrefslogtreecommitdiff
path: root/sms.c
AgeCommit message (Collapse)Author
2016-12-28Remove memory map assumptions from Z80 core and move a little bit of logic ↵Michael Pavone
to the generic backend.c so it can be shared between CPU cores
2016-12-28Enabled Z80 debugger in PBC modeMichael Pavone
2016-12-27Clear interrupt status flags after getting the status register value rather ↵Michael Pavone
than before
2016-12-27Somewhat broken implementation of Mode 4Michael Pavone
2016-12-22Fix clearing of interrupt pending flags on control port read in PBC modeMichael Pavone
2016-12-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵Michael Pavone
useful.