From 7c5069686f8177ac0f704c661eea31352b562fdd Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Thu, 15 Sep 2011 23:54:16 +0000 Subject: [PATCH] new working GAME New games added or promoted from NOT_WORKING status --------------------------------------------------- Deluxe 5 [Steetgames, bodger319, G. Mateo, M. Rodrigo, R. Weidinger, Brian Troha, Smitdogg, The Dumping Union] --- src/mame/drivers/esd16.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/esd16.c b/src/mame/drivers/esd16.c index d82982ee9cf..5441edc5166 100644 --- a/src/mame/drivers/esd16.c +++ b/src/mame/drivers/esd16.c @@ -1112,8 +1112,8 @@ ROM_START( deluxe5 ) /* Deluxe 5 */ ROM_LOAD( "am27c020.ju07", 0x200000, 0x040000, CRC(d414c3af) SHA1(9299b07a8c7a3e30a1bb6028204a049a7cb510f7) ) ROM_REGION( 0x400000, "gfx2", 0 ) /* Layers, 16x16x8 */ - ROM_LOAD16_BYTE( "fu35", 0x000000, 0x200000, NO_DUMP ) /* No labels on the flash roms */ - ROM_LOAD16_BYTE( "fu34", 0x000001, 0x200000, NO_DUMP ) /* No labels on the flash roms */ + ROM_LOAD16_BYTE( "fu35", 0x000000, 0x200000, CRC(ae10242a) SHA1(f3d18c0cb7951b5f7ee47aa2856b7554088328ed) ) /* No labels on the flash roms */ + ROM_LOAD16_BYTE( "fu34", 0x000001, 0x200000, CRC(248b8c05) SHA1(fe7bcc05ae0dd0a27c6ba4beb4ac155a8f3d7f7e) ) /* No labels on the flash roms */ ROM_REGION( 0x40000, "oki", 0 ) /* Samples */ ROM_LOAD( "esd4.su10", 0x00000, 0x20000, CRC(23f2b7d9) SHA1(328c951d14674760df68486841c933bad0d59fe3) ) /* AT27C010 mask rom */ @@ -1293,7 +1293,7 @@ GAME( 2000, hedpanic, 0, hedpanic, hedpanic, 0, ROT0, "ESD", "Hea GAME( 2000, hedpanicf,hedpanic, hedpanic, hedpanic, 0, ROT0, "ESD / Fuuki", "Head Panic (ver. 0315, 15/03/2000)", GAME_SUPPORTS_SAVE ) /* ESD - This PCB looks identical to the ESD 08-26-1999 PCB */ -GAME( 2000, deluxe5, 0, tangtang, hedpanic, 0, ROT0, "ESD", "Deluxe 5", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) /* Missing background graphics roms */ +GAME( 2000, deluxe5, 0, tangtang, hedpanic, 0, ROT0, "ESD", "Deluxe 5(ver. 0107, 07/01/2000)", GAME_SUPPORTS_SAVE ) GAME( 2000, tangtang, 0, tangtang, hedpanic, 0, ROT0, "ESD", "Tang Tang (ver. 0526, 26/05/2000)", GAME_SUPPORTS_SAVE ) GAME( 2001, swatpolc, 0, swatpolc, swatpolc, 0, ROT0, "ESD", "SWAT Police", GAME_SUPPORTS_SAVE )