From: notaz Date: Mon, 11 May 2009 19:31:11 +0000 (+0000) Subject: add my pirate cart (todo: make carthw external) X-Git-Tag: v1.85~351 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672ee5eee2dd9b70492b62290735fecb63396114;p=picodrive.git add my pirate cart (todo: make carthw external) git-svn-id: file:///home/notaz/opt/svn/PicoDrive@688 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/pico/cart.c b/pico/cart.c index ad15ab9..06b7917 100644 --- a/pico/cart.c +++ b/pico/cart.c @@ -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(); }