mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
galaxian/scobra.cpp: Add a new Video Hustler bootleg set (#12346)
New working clone ---------------------- Video Hustler (bootleg, set 5) [Jordi Tuells, Recreativas.org]
This commit is contained in:
parent
d325bb5c10
commit
ab816148ed
@ -1817,6 +1817,23 @@ ROM_START( hustlerb6 ) // dump confirmed from two different PCBs, seems most sim
|
||||
ROM_LOAD( "6331-1j.1k", 0x0000, 0x0020, CRC(aa1f7f5e) SHA1(311dd17aa11490a1173c76223e4ccccf8ea29850) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( hustlerb7 ) // bootleg from Marti Colls (Spain)
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "mcbi.1.10l", 0x0000, 0x1000, CRC(15748377) SHA1(9f4a88cbef0b3860bb35cc8d208c47db16924837) )
|
||||
ROM_LOAD( "b1.2.10l", 0x1000, 0x1000, CRC(dc6752ec) SHA1(b103021079646286156e4141fe34dd92ccfd34bd) )
|
||||
ROM_LOAD( "mcbi.3.8l", 0x2000, 0x1000, CRC(73a011f0) SHA1(b7948ba93a77c9a7bf469a1ae38afa81e231ac90) )
|
||||
|
||||
ROM_REGION( 0x10000, "audiocpu", 0 )
|
||||
ROM_LOAD( "mcbi.7_2732.3b", 0x0000, 0x1000, CRC(7d4085eb) SHA1(4f7a7860223ab823cf5b697e17c2e83783442697) )
|
||||
|
||||
ROM_REGION( 0x1000, "gfx1", 0 )
|
||||
ROM_LOAD( "mcbi.5f.5h", 0x0000, 0x0800, CRC(0bdfad0e) SHA1(8e6f1737604f3801c03fa2e9a5e6a2778b54bae8) )
|
||||
ROM_LOAD( "mcbi.5h.3h", 0x0800, 0x0800, CRC(8e062177) SHA1(7e52a1669804b6c2f694cfc64b04abc8246bb0c2) )
|
||||
|
||||
ROM_REGION( 0x0020, "proms", 0 )
|
||||
ROM_LOAD( "mcbi_prom.1k", 0x0000, 0x0020, CRC(aa1f7f5e) SHA1(311dd17aa11490a1173c76223e4ccccf8ea29850) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mimonkeyug ) // this bootleg has significant hardware changes: no audio CPU or sound chips, no 8255s. Only discrete sound. Also 0x800 more ROM.
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "mig.m.1-g.7l-bottom", 0x0000, 0x1000, CRC(5667c124) SHA1(49e5393bc0d2e54c3466e6567a934ed048624dfb) )
|
||||
@ -1868,5 +1885,6 @@ GAME( 1981, hustlerb2, hustler, hustler, hustler, scobra_state, init_hu
|
||||
GAME( 1981, hustlerb4, hustler, hustlerb4, hustler, scobra_state, empty_init, ROT90, "bootleg", "Video Hustler (bootleg, set 2)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1981, hustlerb5, hustler, hustlerb, hustler, scobra_state, empty_init, ROT90, "bootleg", "Video Hustler (bootleg, set 3)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1981, hustlerb6, hustler, hustlerb6, hustlerb6, scobra_state, empty_init, ROT90, "bootleg", "Video Hustler (bootleg, set 4)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1981, hustlerb7, hustler, hustlerb6, hustlerb6, scobra_state, empty_init, ROT90, "bootleg (Marti Colls)", "Video Hustler (bootleg, set 5)", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1983, mimonkeyug, mimonkey, mimonkeyug, mimonkeyug, scobra_state, empty_init, ROT90, "bootleg (U.Games)", "Mighty Monkey (U.Games bootleg)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE ) // missing discrete sound components emulation
|
||||
|
@ -18792,6 +18792,7 @@ hustlerb2 // bootleg
|
||||
hustlerb4 // bootleg
|
||||
hustlerb5 // bootleg
|
||||
hustlerb6 // bootleg
|
||||
hustlerb7 // bootleg
|
||||
hustlerd // GX343 (c) 1981 Konami + Dynamo Games license
|
||||
mimonkeyug // (c) 1983 bootleg
|
||||
minefld // (c) 1983 Stern
|
||||
|
Loading…
Reference in New Issue
Block a user