log romdb.c @ 1315:810ae0287d66

age author description
Wed, 29 Mar 2017 00:29:44 -0700 Michael Pavone Allow games to be specified in ROM DB via sha1 instead of product ID. Added 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.
Sun, 19 Mar 2017 00:34:15 -0700 Michael Pavone Add Mega Everdrive style header detection for homebrew using the SSF2 mapper, though without the Mega Everdrive extensions. Properly invalidate translated code on a bank switch when using the SSF2/Sega mapper
Tue, 14 Mar 2017 00:06:19 -0700 Michael Pavone Fix heuristic detection of SRAM for 3MB ROMs with SRAM at the 3MB mark
Thu, 02 Mar 2017 21:08:33 -0800 Michael Pavone Support for the Realtec mapper. Needs testing with games besides The Earth Defend
Thu, 23 Feb 2017 00:08:37 -0800 Michael Pavone WIP support for XBAND mapper hardware
Tue, 14 Feb 2017 04:44:37 -0800 Michael Pavone Fix handling of SRAM overlapping with ROM
Tue, 24 Jan 2017 21:26:46 -0800 Michael Pavone Improved parsing of cartridge region header
Fri, 09 Dec 2016 09:48:48 -0800 Michael Pavone WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
Sun, 16 Oct 2016 21:58:29 -0700 Michael Pavone Fix segfault in certain games that have SRAM and ROM bankswitched at the same address
Sun, 15 May 2016 12:10:49 -0700 Michael Pavone Fixed a bug in get_header_name that results in a crash if the "International Name" field is blank
Mon, 02 May 2016 21:06:12 -0700 Michael Pavone Very basic support for S&K lock-on. Needs more work for full functionality.
Sun, 01 May 2016 16:25:16 -0700 Michael Pavone Improve parsing of game name from ROM header
Wed, 24 Feb 2016 19:24:13 -0800 Michael Pavone Accept address on 128-byte EEPROMs on both read and write
Tue, 15 Dec 2015 20:01:50 -0800 Michael Pavone Initial support for relative mouse mode and skeleton of support for capture mode. Avoid mouse position overflow in absolute mode. Allow absolute mode to be set by ROM DB.
Tue, 08 Dec 2015 19:33:58 -0800 Michael Pavone Allow IO device config to be overriden by ROM DB