mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Not working:
9-Ball Shootout Championship [David Haywood]
This commit is contained in:
parent
d99d6e84b9
commit
c5915ad2e5
2 changed files with 23 additions and 0 deletions
|
@ -924,6 +924,27 @@ ROM_START( 9ballsh3 )
|
||||||
ROM_LOAD( "u53", 0x80000, 0x80000, CRC(d401805d) SHA1(f4bcb2bdc45c3bc5ca423e518cdea8b3a7e8d60e) )
|
ROM_LOAD( "u53", 0x80000, 0x80000, CRC(d401805d) SHA1(f4bcb2bdc45c3bc5ca423e518cdea8b3a7e8d60e) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
/* If you use the roms from the other set this will boot as 9 Ball Shootout Championship, it looks however like the TMS32026 data
|
||||||
|
should differ at least (the correct data in the bad dump is very different to the other dumps) */
|
||||||
|
ROM_START( 9ballshc )
|
||||||
|
ROM_REGION16_LE( 0x80000, "user1", 0 ) /* 34010 code */
|
||||||
|
ROM_LOAD16_BYTE( "escape.112", 0x00000, 0x40000, CRC(7ba2749a) SHA1(e2ddc2600234dbebbb423f201cc4061fd0b9911a) )
|
||||||
|
ROM_LOAD16_BYTE( "escape.113", 0x00001, 0x40000, CRC(1e0f3c62) SHA1(3c24a38dcb553fd84b0b44a5a8d93a14435e22b0) )
|
||||||
|
|
||||||
|
ROM_REGION16_LE( 0x100000, "gfx1", 0 ) /* gfx data read by main CPU */
|
||||||
|
ROM_LOAD16_BYTE( "escape.110", 0x00000, 0x80000, BAD_DUMP CRC(1da8da18) SHA1(63455a7cccb21dc5afeb860e17527cd443f542eb) ) // xx1xxxxxxxxxxxxxxxx = 0x00
|
||||||
|
ROM_LOAD16_BYTE( "escape.111", 0x00001, 0x80000, BAD_DUMP CRC(65dea5e8) SHA1(291232dd19240b150e54a4ed300bcfd40bf5d1f2) ) // xx1xxxxxxxxxxxxxxxx = 0x00
|
||||||
|
|
||||||
|
ROM_REGION( 0x40000, "dsp", 0 ) /* TMS320C26 */
|
||||||
|
ROM_LOAD16_BYTE( "u34", 0x00000, 0x08000, CRC(dc1df70b) SHA1(e42fa7e34e50e0bd2aaeea5c55d750ed3286610d) )
|
||||||
|
ROM_LOAD16_BYTE( "u35", 0x00001, 0x08000, CRC(ac999431) SHA1(7e4c2dcaedcb7e7c67072a179e4b8488d2bbdac7) )
|
||||||
|
|
||||||
|
ROM_REGION( 0x100000, "user2", 0 ) /* TMS32026 data */
|
||||||
|
ROM_LOAD( "escape.54", 0x00000, 0x80000, BAD_DUMP CRC(28b4dec6) SHA1(10e47105abb48b572da38709128cba961299d88e) ) // xx1xxxxxxxxxxxxxxxx = 0x00
|
||||||
|
ROM_LOAD( "escape.53", 0x80000, 0x80000, CRC(28f4dd51) SHA1(67ea5bf3dacc17ef4fcc999e4ae0857759fac838) )
|
||||||
|
ROM_END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
|
@ -993,3 +1014,4 @@ GAME( 1992, coolpool, 0, coolpool, coolpool, coolpool, ROT0, "Catalina",
|
||||||
GAME( 1993, 9ballsht, 0, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 1)", 0 )
|
GAME( 1993, 9ballsht, 0, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 1)", 0 )
|
||||||
GAME( 1993, 9ballsh2, 9ballsht, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 2)", 0 )
|
GAME( 1993, 9ballsh2, 9ballsht, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 2)", 0 )
|
||||||
GAME( 1993, 9ballsh3, 9ballsht, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 3)", 0 )
|
GAME( 1993, 9ballsh3, 9ballsht, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout (set 3)", 0 )
|
||||||
|
GAME( 1993, 9ballshc, 9ballsht, 9ballsht, 9ballsht, 9ballsht, ROT0, "E-Scape EnterMedia (Bundra license)", "9-Ball Shootout Championship", GAME_NOT_WORKING )
|
||||||
|
|
|
@ -7937,6 +7937,7 @@ Other Sun games
|
||||||
DRIVER( 9ballsht ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
DRIVER( 9ballsht ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
||||||
DRIVER( 9ballsh2 ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
DRIVER( 9ballsh2 ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
||||||
DRIVER( 9ballsh3 ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
DRIVER( 9ballsh3 ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
||||||
|
DRIVER( 9ballshc ) /* (c) 1993 E-Scape EnterMedia + "marketed by Bundra Games" */
|
||||||
DRIVER( gumbo ) /* (c) 1994 Min Corp. */
|
DRIVER( gumbo ) /* (c) 1994 Min Corp. */
|
||||||
DRIVER( mspuzzlg ) /* (c) 1994 Min Corp. */
|
DRIVER( mspuzzlg ) /* (c) 1994 Min Corp. */
|
||||||
DRIVER( mspuzzle ) /* (c) 1994 Min Corp. */
|
DRIVER( mspuzzle ) /* (c) 1994 Min Corp. */
|
||||||
|
|
Loading…
Reference in a new issue