summaryrefslogtreecommitdiff
path: root/rom.db
AgeCommit message (Collapse)Author
2021-02-15Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for ↵Michael Pavone
Outback Joey
2020-12-03Add ROM DB entry for bootleg game Rock WorldMichael Pavone
2020-12-03Add ROM DB entry for Rock Heaven a bootleg hack of Alex Kidd with Rockman ↵Michael Pavone
graphics
2020-06-02Add ROM DB entry for Sonic DeltaMike Pavone
2018-08-14Added ROM DB entry for Squirrel King as it has a flip flop or some type of ↵Michael Pavone
RAM at $400000 as a copy protection measure
2018-08-14Added J-Cart supportMichael Pavone
2018-01-31Made the NOR flash emulation a bit more flexible, but not yet flexible ↵Michael Pavone
enough to properly support the flash chip in the MegaWiFi cart
2018-01-15Initial work on MegaWiFi supportMichael Pavone
2017-10-14Add support for writeable ROM and an entry for Game no Kanzume Otokuyou ↵Michael Pavone
using that support as it expects the cart area to be writable
2017-08-26Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21Michael Pavone
2017-06-26Added ROM DB entry for Super 19-in-1 based on hash reported by SashaMichael Pavone
2017-06-24Support a couple of bootleg X-in-1 cartsMichael Pavone
2017-06-22Sonic 3 & Knuckles lock-on is now 100% functional with working savesMichael Pavone
2017-06-19Better handling of S&K lock on support. Pre-combined ROMs and large (>2MB) ↵Michael Pavone
S&K hacks should now work. Implemented correct behavior from locking on a 4MB cart
2017-06-19WIP ROM DB entry changes for Magistr 16Michael Pavone
2017-06-07Initial work to support parallel NOR flash and the Magistr 16Michael Pavone
2017-06-02D&D - Warriors of the Eternal Sun has 6-button pad issuesMichael Pavone
2017-06-02Add device override for Fun n Games as it supports the mouseMichael Pavone
2017-06-02Might and Magic - Gates to Another World has a bad SRAM headerMichael Pavone
2017-05-31Force J region for Japanese version of Light CrusaderMichael Pavone
2017-05-30Second Samurai is slightly incompatible with 6-button controllersMichael Pavone
2017-05-30Added Rockman Mega World to ROM DB as it has EEPROMMichael Pavone
2017-05-22Force 3-button pad for combat cars as the options menu has some issues with ↵Michael Pavone
a 6-button pad
2017-05-09Added a ROM DB entry for Ninja Burai Densetsu as it has EEPROMMichael Pavone
2017-05-09Added region override for Japanese version of Castle of Illusion to deal ↵Michael Pavone
with an invalid region header
2017-05-08Added a region override for the Japanese version of Alien Soldier so it ↵Michael Pavone
doesn't end up running at 50Hz
2017-05-06King of the Monsters worked with my older more inaccurage 6-butotn pad ↵Michael Pavone
emulation, but does not work with the real thing nor does it work with my current 6-butotn pad emulation. Added a ROM DB entry to force a 3-button pad for this game
2017-03-29Added Might and Magic III prototype to ROM DB as it requires SRAM, but does ↵Michael Pavone
not indicate it in the standard header
2017-03-29Update ROM DB to override region for Japanese version of Atomic Robo-Kid ↵Michael Pavone
(incorrect header) and to support some more unlicensed Chinese games with fixed value registers as documented by Andlabs on the Sega Retro wiki
2017-03-29Allow games to be specified in ROM DB via sha1 instead of product ID. Added ↵Michael Pavone
a new ROM DB memory map device type fixed for emulating simple fixed value copy protection registers. Used those two features to support Ya Se Chuan Shuo via a ROM DB entry.
2017-03-27Add Japanese version of SSF2 to ROM databaseMichael Pavone
2017-03-14Added a ROM DB entry for Hardball III. This game lacks a proper SRAM headerMichael Pavone
2017-01-24Added a ROM DB entry for the European version of Another World since it has ↵Michael Pavone
an invalid region header and does not like being run at 60Hz
2016-08-05Added Evander 'Real Deal' Holyfield's Boxing to the ROM DBMichael Pavone
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