mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mapper det. update, cfg update
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@401 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1b13dae0c4
commit
3d48ce7117
3 changed files with 70 additions and 2 deletions
|
@ -666,7 +666,9 @@ static void PicoCartDetect(void)
|
|||
|
||||
// Detect 12-in-1 mapper
|
||||
else if ((name_cmp("ROBOCOP 3") == 0 && Pico.romsize == 0x200000) ||
|
||||
(rom_strcmp(0x160, "FLICKY") == 0 && Pico.romsize >= 0x200000))
|
||||
(rom_strcmp(0x160, "FLICKY") == 0 && Pico.romsize >= 0x200000) ||
|
||||
(name_cmp(" SHOVE IT!") == 0 && Pico.romsize >= 0x200000) ||
|
||||
(name_cmp("MS PACMAN") == 0 && Pico.romsize >= 0x200000)) // bad dump?
|
||||
{
|
||||
carthw_12in1_startup();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue