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
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
2015-08-04
Prevent crashes if game tries to access the ROM area outside of the size of t...
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-07-20
Remove debug printf from EEPROM code
Michael Pavone
2015-07-20
EEPROM reads now work for NFL Quarterback Club 96
Michael Pavone
2015-07-20
EEPROM writes now seem to work for NFL Quarterback Club 96
Michael Pavone
2015-07-20
Support large flat-mapped ROMs like Bad Apple or that Mortal Kombat hack
Michael Pavone
2015-07-20
Full support for Sega mapper when it comes to data. Code in remapped sections...
Michael Pavone
2015-07-19
Populate save mask when SRAM is defined in ROM DB rather than cart header
Michael Pavone
2015-07-19
Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work f...
Michael Pavone
2015-07-17
Less broken EEPROM support
Michael Pavone
2015-07-14
Broken EEPROM support
Michael Pavone
2015-07-10
Initial work on I2C EEPROM implementation
Michael Pavone
2015-07-07
Add support for reading cartridge memory map from ROM database, though withou...
Michael Pavone
2015-07-06
SRAM detection from ROM header is no working correctly again
Michael Pavone
2015-07-05
WIP changes to support reading cart memory map from ROM DB
Michael Pavone
2015-07-02
Allow regions to be set in ROM DB. Prefer default region if it is one of the ...
Michael Pavone
2015-07-02
Initial work on ROM database
Michael Pavone