mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
add a header fixup
This commit is contained in:
parent
cf83610baa
commit
6e05b76b6a
3 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,11 @@ prop = filled_sram
|
|||
check_str = 0x150, "MICRO MACHINES II"
|
||||
prop = filled_sram
|
||||
|
||||
# bad headers
|
||||
[HardBall III]
|
||||
check_str = 0x150, " HardBall III"
|
||||
sram_range = 0x200000,0x20ffff
|
||||
|
||||
# X-Men proto
|
||||
[X-Men (prototype)]
|
||||
check_str = 0x150, "32X SAMPLE PROGRAM"
|
||||
|
|
|
@ -24,6 +24,9 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_str=0x150,\"MICRO MACHINES II\"\n"
|
||||
"prop=filled_sram\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\" HardBall III\"\n"
|
||||
"sram_range=0x200000,0x20ffff\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"32X SAMPLE PROGRAM\"\n"
|
||||
"check_str=0x32b74c,\"Bishop Level\"\n"
|
||||
"prop=force_6btn\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue