core, more superfighter mapper stuff

This commit is contained in:
kub 2021-09-22 00:08:02 +02:00
parent e370f4d6ad
commit b7697ca351
5 changed files with 141 additions and 20 deletions

View file

@ -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 {