core, add some superfighter mappers

This commit is contained in:
kub 2021-09-21 21:52:04 +02:00
parent 0944973525
commit 60392bf469
5 changed files with 158 additions and 1 deletions

View file

@ -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.