mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, add some superfighter mappers
This commit is contained in:
parent
0944973525
commit
60392bf469
5 changed files with 158 additions and 1 deletions
|
@ -16,6 +16,8 @@
|
|||
# realtec_mapper
|
||||
# radica_mapper - similar to x_in_1_mapper
|
||||
# piersolar_mapper - used in Pier Solar
|
||||
# sf001_mapper
|
||||
# sf002_mapper
|
||||
#
|
||||
# save storage memory range (inclusive, overrides ROM header):
|
||||
# sram_range = <start, end>
|
||||
|
@ -90,6 +92,17 @@ check_str = 0x150, "PIER"
|
|||
check_str = 0x610, "Respect"
|
||||
hw = piersolar_mapper
|
||||
|
||||
# Beggar Prince, unusual SRAM location
|
||||
[Beggar Prince]
|
||||
check_str = 0x150, "BEGGAR PRINCE"
|
||||
hw = sf001_mapper
|
||||
sram_range = 0x400000,0x40ffff
|
||||
prop = filled_sram
|
||||
|
||||
[Legend of Wukong]
|
||||
check_str = 0x150, "LEGEND OF WUKONG"
|
||||
hw = sf002_mapper
|
||||
|
||||
# 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