mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -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
|
@ -1137,6 +1137,8 @@ static void parse_carthw(const char *carthw_cfg, int *fill_sram,
|
|||
carthw_sf001_startup();
|
||||
else if (strcmp(p, "sf002_mapper") == 0)
|
||||
carthw_sf002_startup();
|
||||
else if (strcmp(p, "sf004_mapper") == 0)
|
||||
carthw_sf004_startup();
|
||||
else if (strcmp(p, "prot_lk3") == 0)
|
||||
carthw_prot_lk3_startup();
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue