From 8d66734f4afdfea7ddf28477d47090d9cf79e1fc Mon Sep 17 00:00:00 2001 From: mariuszw1 Date: Thu, 18 Jul 2013 19:15:36 +0000 Subject: [PATCH] New games promoted from GAME_NOT_WORKING ----------------------------------- Desert Dan [Alberto Grego, Mariusz Wojcieszek, hap] --- src/mame/drivers/thepit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/thepit.c b/src/mame/drivers/thepit.c index 2a18c9ba1af..e81712c27a4 100644 --- a/src/mame/drivers/thepit.c +++ b/src/mame/drivers/thepit.c @@ -1113,8 +1113,8 @@ ROM_START( desertdn ) ROM_LOAD( "rs7.bin", 0x2000, 0x1000, CRC(2f793ca4) SHA1(8e489a61860d52a37e4e22b12ca647f1866648a7) ) ROM_LOAD( "rs8.bin", 0x3000, 0x1000, CRC(52674db3) SHA1(47c8c358205b0b8dde52eb684ffa08294d622f7d) ) ROM_LOAD( "rs2.bin", 0x4000, 0x1000, CRC(d0b78243) SHA1(9080f9c93b33057587863672715f64e0e6b36d5f) ) - ROM_LOAD( "rs3.bin", 0x5000, 0x1000, CRC(72d79d62) SHA1(0d35053ad7c0f3942dfac6175e96cadf629c802f) ) - ROM_LOAD( "rs4.bin", 0x6000, 0x1000, CRC(54a0d133) SHA1(119769b2c6c9c4b368a3146456c7392bf045840e) ) + ROM_LOAD( "rs3.bin", 0x5000, 0x1000, CRC(54a0d133) SHA1(119769b2c6c9c4b368a3146456c7392bf045840e) ) + ROM_LOAD( "rs4.bin", 0x6000, 0x1000, CRC(72d79d62) SHA1(0d35053ad7c0f3942dfac6175e96cadf629c802f) ) ROM_REGION( 0x10000, "audiocpu", 0 ) ROM_LOAD( "rs9.bin", 0x0000, 0x1000, CRC(6daf40ca) SHA1(968faf09bdbb2c55c9164b665ad1e091d5eca2fc) ) @@ -1180,7 +1180,7 @@ GAME( 1982, portman, dockman, intrepid, dockman, driver_device, 0, ROT90, GAME( 1982, suprmous, 0, suprmous, suprmous, driver_device, 0, ROT90, "Taito Corporation", "Super Mouse", 0 ) GAME( 1982, funnymou, suprmous, suprmous, suprmous, driver_device, 0, ROT90, "bootleg? (Chuo Co. Ltd)", "Funny Mouse", 0 ) GAME( 1982, machomou, 0, suprmous, suprmous, driver_device, 0, ROT90, "Techstar", "Macho Mouse", 0 ) -GAME( 1982, desertdn, 0, desertdn, thepit, driver_device, 0, ROT0, "Video Optics", "Desert Dan", GAME_NOT_WORKING ) +GAME( 1982, desertdn, 0, desertdn, thepit, driver_device, 0, ROT0, "Video Optics", "Desert Dan", GAME_WRONG_COLORS ) GAME( 1983, intrepid, 0, intrepid, intrepid, driver_device, 0, ROT90, "Nova Games Ltd.", "Intrepid (set 1)", 0 ) GAME( 1983, intrepid2,intrepid, intrepid, intrepid, driver_device, 0, ROT90, "Nova Games Ltd.", "Intrepid (set 2)", 0 ) GAME( 1984, intrepidb,intrepid, intrepid, intrepid, driver_device, 0, ROT90, "bootleg (Elsys)", "Intrepid (bootleg)", 0 )