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
/
genesis.h
Age
Commit message (
Collapse
)
Author
2017-06-23
Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
Michael Pavone
2017-06-22
Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone
2017-06-07
Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone
2017-05-19
Added some code to try and prevent Z80 accesses and refresh cycles from ↵
Michael Pavone
screwing up interrupt latency more than on hardware
2017-01-27
Implement soft reset in Genesis mode
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ↵
Michael Pavone
useful.
2016-12-19
Restore 68K address logging functionality
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types ↵
Michael Pavone
in main blastem program
2016-12-09
WIP 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.