summaryrefslogtreecommitdiff
path: root/genesis.c
AgeCommit message (Collapse)Author
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.