summaryrefslogtreecommitdiff
path: root/genesis.h
AgeCommit message (Expand)Author
2019-01-20Implement serialization/deserialization in libretro buildMike Pavone
2018-12-18Allow closing VDP debug windows with the close button in the window title barMichael Pavone
2018-07-06Update controller config when changed in UI without restartMichael Pavone
2018-03-30Randomize soft reset timing and fix silly bug that was accidentally clearing ...Michael Pavone
2017-08-27Save/restore mapper state in native save statesMichael Pavone
2017-08-09New savestates are working. New config file option for selecting format state...Michael Pavone
2017-06-23Move I2C EEPROM and NOR Flash functions out of romdb.c into new filesMichael Pavone
2017-06-22Sonic 3 & Knuckles lock-on is now 100% functional with working savesMichael Pavone
2017-06-07Initial work to support parallel NOR flash and the Magistr 16Michael Pavone
2017-05-19Added some code to try and prevent Z80 accesses and refresh cycles from screw...Michael Pavone
2017-01-27Implement soft reset in Genesis modeMichael Pavone
2016-12-22Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...Michael Pavone
2016-12-19Restore 68K address logging functionalityMichael Pavone
2016-12-19Mostly working changes to allow support for multiple emulated system types in...Michael Pavone
2016-12-09WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...Michael Pavone