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
|
@ -1133,6 +1133,10 @@ static void parse_carthw(const char *carthw_cfg, int *fill_sram,
|
|||
carthw_radica_startup();
|
||||
else if (strcmp(p, "piersolar_mapper") == 0)
|
||||
carthw_pier_startup();
|
||||
else if (strcmp(p, "sf001_mapper") == 0)
|
||||
carthw_sf001_startup();
|
||||
else if (strcmp(p, "sf002_mapper") == 0)
|
||||
carthw_sf002_startup();
|
||||
else if (strcmp(p, "prot_lk3") == 0)
|
||||
carthw_prot_lk3_startup();
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue