mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, more superfighter mapper stuff
This commit is contained in:
parent
e370f4d6ad
commit
b7697ca351
5 changed files with 141 additions and 20 deletions
|
@ -16,8 +16,7 @@
|
|||
# realtec_mapper
|
||||
# radica_mapper - similar to x_in_1_mapper
|
||||
# piersolar_mapper - used in Pier Solar
|
||||
# sf001_mapper
|
||||
# sf002_mapper
|
||||
# sf00x_mapper - versions x=1,2,4 used by superfighter team
|
||||
#
|
||||
# save storage memory range (inclusive, overrides ROM header):
|
||||
# sram_range = <start, end>
|
||||
|
@ -103,6 +102,12 @@ prop = filled_sram
|
|||
check_str = 0x150, "LEGEND OF WUKONG"
|
||||
hw = sf002_mapper
|
||||
|
||||
# Star Odyssey, r/w in SRAM mirror (double SRAM as a kludge)
|
||||
[Star Odyssey]
|
||||
check_str = 0x150, "STAR ODYSSEY"
|
||||
hw = sf004_mapper
|
||||
sram_range = 0x200000,0x207fff
|
||||
|
||||
# detect *_in_1 based on first game and if it's larger than it should be,
|
||||
# as some dumps look like to be incomplete.
|
||||
# This will also pick overdumps, but those should still work with the mapper applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue