mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
add my pirate cart (todo: make carthw external)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@688 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e096cf887b
commit
672ee5eee2
1 changed files with 2 additions and 1 deletions
|
@ -698,7 +698,8 @@ static void PicoCartDetect(void)
|
|||
else if ((name_cmp("ROBOCOP 3") == 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?
|
||||
(name_cmp("MS PACMAN") == 0 && Pico.romsize >= 0x200000) || // bad dump?
|
||||
(name_cmp("ALIEN 3") == 0 && Pico.romsize == 0x200000))
|
||||
{
|
||||
carthw_12in1_startup();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue