mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Made Pit Boss (set 3) working - it actually runs on Casino 5 hardware.
This commit is contained in:
parent
1be778da53
commit
cc400389cd
@ -1306,11 +1306,12 @@ ROM_START( pitbossa )
|
||||
ROM_LOAD( "chr2.u40", 0x0000, 0x2000, CRC(40c94dce) SHA1(86611e3a1048b2a3fffcc0110811656a2d0fc4a5) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pitbossb ) /* Currently stalls with "Invalid MC6845 screen parameters - display disabled!!!" */
|
||||
ROM_START( pitbossb )
|
||||
ROM_REGION( 0x10000, "main", 0 )
|
||||
ROM_LOAD( "2214-04.u5-0", 0x0000, 0x2000, CRC(10b782e7) SHA1(158819898ad81506c47b76ffe2a949ee7208740f) ) /* Games included in this set are: */
|
||||
ROM_LOAD( "2214-04.u6-0", 0x2000, 0x2000, CRC(c3fd6510) SHA1(8c89fd2cbcb6f12fa6427883700971f7c39f6ccf) ) /* Unknown, game not working */
|
||||
ROM_LOAD( "2214-04.u7-0", 0x4000, 0x4000, CRC(c5cf7060) SHA1(4a3209ad24ae649348b0e0470fc446d37b667975) ) /* 27128 eprom */
|
||||
ROM_LOAD( "2214-04.u6-0", 0x2000, 0x2000, CRC(c3fd6510) SHA1(8c89fd2cbcb6f12fa6427883700971f7c39f6ccf) ) /* Joker Poker, Blackjack, Foto Finish & The Dice Game */
|
||||
ROM_RELOAD( 0x4000, 0x2000 )
|
||||
ROM_LOAD( "2214-04.u7-0", 0x6000, 0x4000, CRC(c5cf7060) SHA1(4a3209ad24ae649348b0e0470fc446d37b667975) ) /* 27128 eprom */
|
||||
|
||||
ROM_REGION( 0x6000, "gfx1", 0 )
|
||||
ROM_LOAD( "chr7.u39", 0x0000, 0x2000, CRC(6662f607) SHA1(6b423f8de011d196700839af0be37effbf87383f) )
|
||||
@ -1868,7 +1869,7 @@ static DRIVER_INIT( couple )
|
||||
|
||||
GAME( 1983, pitboss, 0, pitboss, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 1)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1983, pitbossa, pitboss, pitboss, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1983, pitbossb, pitboss, pitboss, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 3)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING )
|
||||
GAME( 1983, pitbossb, pitboss, casino5, pitboss, 0, ROT0, "Merit", "Pit Boss (Set 3)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
|
||||
|
||||
GAME( 1984, casino5, 0, casino5, casino5, 0, ROT0, "Merit", "Casino Five", GAME_SUPPORTS_SAVE )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user