mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
some uncommitted old mapper code
apparently from 2011
This commit is contained in:
parent
cff531af94
commit
30f0fdd422
6 changed files with 209 additions and 15 deletions
|
@ -823,6 +823,8 @@ static void parse_carthw(const char *carthw_cfg, int *fill_sram)
|
|||
carthw_realtec_startup();
|
||||
else if (strcmp(p, "radica_mapper") == 0)
|
||||
carthw_radica_startup();
|
||||
else if (strcmp(p, "piersolar_mapper") == 0)
|
||||
carthw_pier_startup();
|
||||
else if (strcmp(p, "prot_lk3") == 0)
|
||||
carthw_prot_lk3_startup();
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue