X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcarthw.cfg;h=ac918bfcc7d54933a6233b974cfe0ccefdbc2c39;hb=30f0fdd42279a99893034a5d21b64439536c60aa;hp=36c8cf81fd7e5c7e5312354ff233561ec1d2e1ed;hpb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;p=picodrive.git diff --git a/pico/carthw.cfg b/pico/carthw.cfg index 36c8cf8..ac918bf 100644 --- a/pico/carthw.cfg +++ b/pico/carthw.cfg @@ -10,10 +10,11 @@ # filled_sram - save storage needs to be initialized with FFh instead of 00h # # mappers (hw = ...): -# ssf2_mapper - used in Super Street Fighter2 -# x_in_1_mapper - used in many *-in-1 pirate carts +# ssf2_mapper - used in Super Street Fighter2 +# x_in_1_mapper - used in many *-in-1 pirate carts # realtec_mapper -# radica_mapper - similar to x_in_1_mapper +# radica_mapper - similar to x_in_1_mapper +# piersolar_mapper - used in Pier Solar # # save storage memory range (inclusive, overrides ROM header): # sram_range = @@ -65,6 +66,14 @@ check_str = 0x150, "SUPER STREET FIGHTER2 The New Challengers" hw = ssf2_mapper prop = no_sram +# The Pier Solar mapper, custom eeprom location +[Pier Solar and the Great Architects] +check_str = 0x150, "PIER SOLAR™&THE GREAT ARCHITECTS© WaterMelon™" +hw = piersolar_mapper +sram_range = 0xa13009,0xa1300b +eeprom_type = 3 +eeprom_lines = 2,1,0 + # 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.