summaryrefslogtreecommitdiff
path: root/rom.db
AgeCommit message (Collapse)Author
2016-07-23Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header ↵Michael Pavone
and will not work without it
2016-07-17Add ROM DB entry for Wonder Boy in Monster World that was accidentally ↵Michael Pavone
removed in a previous commit
2016-06-30Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the ↵Michael Pavone
header
2016-05-02Very basic support for S&K lock-on. Needs more work for full functionality.Michael Pavone
2016-05-01Added IO overrides for games I've tested with mouse support and to Ms. ↵Michael Pavone
Pac-Man that requires a 3-button controller to work properly
2016-04-28Add Wonder Boy in Monster World to ROM DB as it needs working EEPROM support ↵Michael Pavone
to work
2016-04-21Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM savesMichael Pavone
2015-12-15Initial support for relative mouse mode and skeleton of support for capture ↵Michael Pavone
mode. Avoid mouse position overflow in absolute mode. Allow absolute mode to be set by ROM DB.
2015-12-08Allow IO device config to be overriden by ROM DBMichael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone
2015-07-21Add more EEPROM games to ROM DBMichael Pavone
2015-07-20Full support for Sega mapper when it comes to data. Code in remapped ↵Michael Pavone
sections may not work reliably. SSF2 now works.
2015-07-19Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work ↵Michael Pavone
for supporing Sega mapper in ROM DB
2015-07-07Add support for reading cartridge memory map from ROM database, though ↵Michael Pavone
without EEPROM support for now
2015-07-02Initial work on ROM databaseMichael Pavone