index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sms.c
Age
Commit message (
Collapse
)
Author
2017-01-04
Don't lock up CPU if performing a read with writes configured when in PBC ↵
Michael Pavone
mode. Allow access to VDP debug commands from Z80 debugger in PBC mode. Handle Mode 4 in VDP debug print functions
2017-01-03
Fix reading from second controller port in SMS mode
Michael Pavone
2017-01-03
Fix handling of IO control writes in SMS mode
Michael Pavone
2017-01-02
Invalidate translated code on a cartridge bank change in SMS mode. Fix ↵
Michael Pavone
handling of bank 0
2017-01-02
Initial support for Sega's family of SMS mappers
Michael Pavone
2016-12-28
Remove 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-28
Enabled Z80 debugger in PBC mode
Michael Pavone
2016-12-27
Clear interrupt status flags after getting the status register value rather ↵
Michael Pavone
than before
2016-12-27
Somewhat broken implementation of Mode 4
Michael Pavone
2016-12-22
Fix clearing of interrupt pending flags on control port read in PBC mode
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵
Michael Pavone
useful.