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
|
Sun, 08 Nov 2015 22:03:34 -0800 |
Michael Pavone |
Make menu stuff work on Android (theoretically)
|
Fri, 06 Nov 2015 12:19:39 -0800 |
Michael Pavone |
Menu ROM now pulls real file names from the OS rather than using a fake list
|
Wed, 04 Nov 2015 22:48:27 -0800 |
Michael Pavone |
Load config file and rom.db from appropriate locations on Android
|
Tue, 04 Aug 2015 21:43:20 -0700 |
Michael Pavone |
Prevent crashes if game tries to access the ROM area outside of the size of the actual ROM
|
Sat, 25 Jul 2015 18:22:07 -0700 |
Michael Pavone |
Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
|
Mon, 20 Jul 2015 23:18:29 -0700 |
Michael Pavone |
Remove debug printf from EEPROM code
|
Mon, 20 Jul 2015 23:11:42 -0700 |
Michael Pavone |
EEPROM reads now work for NFL Quarterback Club 96
|
Mon, 20 Jul 2015 22:22:49 -0700 |
Michael Pavone |
EEPROM writes now seem to work for NFL Quarterback Club 96
|
Mon, 20 Jul 2015 21:43:17 -0700 |
Michael Pavone |
Support large flat-mapped ROMs like Bad Apple or that Mortal Kombat hack
|
Mon, 20 Jul 2015 21:15:34 -0700 |
Michael Pavone |
Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
|
Sun, 19 Jul 2015 22:30:40 -0700 |
Michael Pavone |
Populate save mask when SRAM is defined in ROM DB rather than cart header
|
Sun, 19 Jul 2015 20:51:09 -0700 |
Michael Pavone |
Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work for supporing Sega mapper in ROM DB
|
Fri, 17 Jul 2015 22:16:33 -0700 |
Michael Pavone |
Less broken EEPROM support
|
Tue, 14 Jul 2015 18:28:05 -0700 |
Michael Pavone |
Broken EEPROM support
|
Fri, 10 Jul 2015 18:46:18 -0700 |
Michael Pavone |
Initial work on I2C EEPROM implementation
|
Tue, 07 Jul 2015 19:33:33 -0700 |
Michael Pavone |
Add support for reading cartridge memory map from ROM database, though without EEPROM support for now
|
Mon, 06 Jul 2015 19:46:46 -0700 |
Michael Pavone |
SRAM detection from ROM header is no working correctly again
|
Sun, 05 Jul 2015 14:21:34 -0700 |
Michael Pavone |
WIP changes to support reading cart memory map from ROM DB
|
Thu, 02 Jul 2015 20:43:01 -0700 |
Michael Pavone |
Allow regions to be set in ROM DB. Prefer default region if it is one of the valid regions for the ROM.
|
Thu, 02 Jul 2015 19:19:06 -0700 |
Michael Pavone |
Initial work on ROM database
|