mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
carthw: more x-in-1 carts
Also regenerate pico/carthw_cfg.c
This commit is contained in:
parent
04cb5a192d
commit
0a9bec0289
2 changed files with 34 additions and 4 deletions
|
@ -146,6 +146,16 @@ check_str = 0x150, "ALIEN 3"
|
|||
check_size_gt = 0x080000
|
||||
hw = x_in_1_mapper
|
||||
|
||||
[5-in-1 Megadrive Portable]
|
||||
check_str = 0x150, "TINY TOON ADVENTURES"
|
||||
check_size_gt = 0x080000
|
||||
hw = x_in_1_mapper
|
||||
|
||||
[40-games-in-1]
|
||||
check_str = 0x160, "FS MOONWALKER"
|
||||
check_size_gt = 0x080000
|
||||
hw = x_in_1_mapper
|
||||
|
||||
[Super 15-in-1]
|
||||
check_str = 0x150, " SHOVE IT!"
|
||||
check_size_gt = 0x020000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue