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:
notaz 2008-03-28 22:35:52 +00:00
parent 1b13dae0c4
commit 3d48ce7117
3 changed files with 70 additions and 2 deletions

View file

@ -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();
}