summaryrefslogtreecommitdiff
path: root/genesis.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-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵Michael Pavone
useful.
2016-12-22More cleanup in preparation for SMS/Mark III supportMichael Pavone
2016-12-19Restore 68K address logging functionalityMichael Pavone
2016-12-19Mostly working changes to allow support for multiple emulated system types ↵Michael Pavone
in main blastem program
2016-12-14Fix Z80 interrupt pulse duration. Fixes inconsistent music playback speed in ↵Michael Pavone
Sonic 2 introduced in 0.4.1
2016-12-11Fix Z80 RAM mapping after refactorMichael Pavone
2016-12-09Fix the previous WIP commit. Quick tests suggests things are no more broken ↵Michael Pavone
than before now.
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. ↵Michael Pavone
Compiles and doesn't crash, but nothing works. Still a few too many globals as well.