summaryrefslogtreecommitdiff
path: root/romdb.c
AgeCommit message (Expand)Author
2016-05-15Fixed a bug in get_header_name that results in a crash if the "International ...Michael Pavone
2016-05-02Very basic support for S&K lock-on. Needs more work for full functionality.Michael Pavone
2016-05-01Improve parsing of game name from ROM headerMichael Pavone
2016-02-24Accept address on 128-byte EEPROMs on both read and writeMichael Pavone
2015-12-15Initial support for relative mouse mode and skeleton of support for capture m...Michael Pavone
2015-12-08Allow IO device config to be overriden by ROM DBMichael Pavone
2015-11-08Make menu stuff work on Android (theoretically)Michael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone
2015-11-04Load config file and rom.db from appropriate locations on AndroidMichael Pavone
2015-08-04Prevent crashes if game tries to access the ROM area outside of the size of t...Michael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ...Michael Pavone
2015-07-20Remove debug printf from EEPROM codeMichael Pavone
2015-07-20EEPROM reads now work for NFL Quarterback Club 96Michael Pavone
2015-07-20EEPROM writes now seem to work for NFL Quarterback Club 96Michael Pavone
2015-07-20Support large flat-mapped ROMs like Bad Apple or that Mortal Kombat hackMichael Pavone
2015-07-20Full support for Sega mapper when it comes to data. Code in remapped sections...Michael Pavone
2015-07-19Populate save mask when SRAM is defined in ROM DB rather than cart headerMichael Pavone
2015-07-19Fix map for NFL Quarterback Club 96. Fix default EEPROM value. Initial work f...Michael Pavone
2015-07-17Less broken EEPROM supportMichael Pavone
2015-07-14Broken EEPROM supportMichael Pavone
2015-07-10Initial work on I2C EEPROM implementationMichael Pavone
2015-07-07Add support for reading cartridge memory map from ROM database, though withou...Michael Pavone
2015-07-06SRAM detection from ROM header is no working correctly againMichael Pavone
2015-07-05WIP changes to support reading cart memory map from ROM DBMichael Pavone
2015-07-02Allow regions to be set in ROM DB. Prefer default region if it is one of the ...Michael Pavone
2015-07-02Initial work on ROM databaseMichael Pavone