index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
romdb.c
Age
Commit message (
Expand
)
Author
2021-02-21
Implement TMSS ROM and cart mapping register
Michael Pavone
2021-02-15
Implement Heartbeat Personal Trainer peripheral and add ROM DB entry for Outb...
Michael Pavone
2020-04-30
Remove usage of GCC pointer arithmetic on void * extension
Michael Pavone
2020-04-02
Make sure fallback memory region is always last
Michael Pavone
2020-02-02
Make sure save_type is properly initialized
Mike Pavone
2019-05-14
Differentiate between the full Sega mapper and the SRAM only one. Fixes crash...
Michael Pavone
2019-04-23
Make sure on-cart memories are fully initialized in all cases
Michael Pavone
2019-04-03
Make libretro target successfully build for Windows and possibly Mac
Mike Pavone
2019-03-27
Restore some newlines in debug output that got lost when fixing GDB remote de...
Michael Pavone
2019-03-22
Added support for detecting Mega WiFi titles based on a header string
Michael Pavone
2019-03-20
Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...
Michael Pavone
2018-08-14
Added J-Cart support
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-03-26
Allow MegaWiFi support to be toggled in config file. Defaults to off due to s...
Michael Pavone
2018-01-31
Made the NOR flash emulation a bit more flexible, but not yet flexible enough...
Michael Pavone
2018-01-15
Initial work on MegaWiFi support
Michael Pavone
2017-10-14
Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using...
Michael Pavone
2017-08-27
Save/restore mapper state in native save states
Michael Pavone
2017-07-07
Ignore SRAM in cart header if it is in the upper 8MB of the address space
Michael Pavone
2017-06-24
Support a couple of bootleg X-in-1 carts
Michael Pavone
2017-06-23
Move Sega mapper implementation out of romdb.c
Michael Pavone
2017-06-23
Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
Michael Pavone
2017-06-22
Sonic 3 & Knuckles lock-on is now 100% functional with working saves
Michael Pavone
2017-06-22
WIP support for handling S3 save RAM when locked on
Michael Pavone
2017-06-20
Initial SRAM support for lock-on carts
Michael Pavone
2017-06-19
Fix and enhance Sega/SSF2 mapper support to handle homebrew and hacks that us...
Michael Pavone
2017-06-19
Better handling of S&K lock on support. Pre-combined ROMs and large (>2MB) S&...
Michael Pavone
2017-06-07
Initial work to support parallel NOR flash and the Magistr 16
Michael Pavone
2017-06-05
Small fix to handling of the "bus" option in a RAM type ROM DB memory map
Michael Pavone
2017-04-21
Fix a deficiency in the way types were handled in my ternary tree. Fixes in w...
Michael Pavone
2017-04-21
Minor optimization to avoid invalidating translated code when the bank has no...
Michael Pavone
2017-03-29
Allow games to be specified in ROM DB via sha1 instead of product ID. Added a...
Michael Pavone
2017-03-19
Add Mega Everdrive style header detection for homebrew using the SSF2 mapper,...
Michael Pavone
2017-03-14
Fix heuristic detection of SRAM for 3MB ROMs with SRAM at the 3MB mark
Michael Pavone
2017-03-02
Support for the Realtec mapper. Needs testing with games besides The Earth De...
Michael Pavone
2017-02-23
WIP support for XBAND mapper hardware
Michael Pavone
2017-02-14
Fix handling of SRAM overlapping with ROM
Michael Pavone
2017-01-24
Improved parsing of cartridge region header
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-10-16
Fix segfault in certain games that have SRAM and ROM bankswitched at the same...
Michael Pavone
2016-05-15
Fixed a bug in get_header_name that results in a crash if the "International ...
Michael Pavone
2016-05-02
Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone
2016-05-01
Improve parsing of game name from ROM header
Michael Pavone
2016-02-24
Accept address on 128-byte EEPROMs on both read and write
Michael Pavone
2015-12-15
Initial support for relative mouse mode and skeleton of support for capture m...
Michael Pavone
2015-12-08
Allow IO device config to be overriden by ROM DB
Michael Pavone
2015-11-08
Make menu stuff work on Android (theoretically)
Michael Pavone
2015-11-06
Menu ROM now pulls real file names from the OS rather than using a fake list
Michael Pavone
2015-11-04
Load config file and rom.db from appropriate locations on Android
Michael Pavone
[next]