summaryrefslogtreecommitdiff
path: root/romdb.h
AgeCommit message (Expand)Author
2021-02-15Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outb...Michael Pavone
2019-05-14Differentiate between the full Sega mapper and the SRAM only one. Fixes crash...Michael Pavone
2018-08-14Added J-Cart supportMichael Pavone
2018-07-06Update controller config when changed in UI without restartMichael Pavone
2018-01-31Made the NOR flash emulation a bit more flexible, but not yet flexible enough...Michael Pavone
2017-08-27Save/restore mapper state in native save statesMichael Pavone
2017-06-24Support a couple of bootleg X-in-1 cartsMichael Pavone
2017-06-23Move I2C EEPROM and NOR Flash functions out of romdb.c into new filesMichael Pavone
2017-06-22WIP support for handling S3 save RAM when locked onMichael Pavone
2017-06-07Initial work to support parallel NOR flash and the Magistr 16Michael Pavone
2017-02-23WIP support for XBAND mapper hardwareMichael Pavone
2017-01-04Don't lock up CPU if performing a read with writes configured when in PBC mod...Michael Pavone
2016-05-02Very basic support for S&K lock-on. Needs more work for full functionality.Michael Pavone
2016-04-15Saving the save directory in the rom_info struct didn't make sense. It should...Michael Pavone
2016-04-15Switch to storing SRAM/EEPROM and save states in a per-game directory rather ...Michael Pavone
2015-12-15Initial support for relative mouse mode and skeleton of support for capture m...Michael Pavone
2015-12-08Allow IO device config to be overriden by ROM DBMichael Pavone
2015-07-20Full support for Sega mapper when it comes to data. Code in remapped sections...Michael Pavone
2015-07-14Broken EEPROM supportMichael Pavone
2015-07-10Initial work on I2C EEPROM implementationMichael Pavone
2015-07-06SRAM detection from ROM header is no working correctly againMichael Pavone
2015-07-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2015-07-02Allow regions to be set in ROM DB. Prefer default region if it is one of the ...Michael Pavone
2015-07-02Initial work on ROM databaseMichael Pavone