mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
New clone added
------------ Stargate (rev.5) [PinMAME]
This commit is contained in:
parent
1e527952d7
commit
39a6f27e6a
@ -805,6 +805,26 @@ ROM_START(stargatp4)
|
||||
ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
|
||||
ROM_END
|
||||
|
||||
ROM_START(stargatp5)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD("stgtcpu5.512", 0x0000, 0x10000, CRC(c0579d86) SHA1(ba7ea85ccf407ec72d19e15b34b96a7ca95bf893))
|
||||
|
||||
ROM_REGION(0x10000, "cpu2", ROMREGION_ERASEFF)
|
||||
|
||||
ROM_REGION(0x80000, "dmdcpu", 0)
|
||||
ROM_LOAD("dsprom3.bin", 0x00000, 0x80000, CRC(db483524) SHA1(ea14e8b04c32fc403ce2ff060caed5562104a862))
|
||||
|
||||
ROM_REGION(0x10000, "cpu4", 0)
|
||||
ROM_LOAD("drom1.bin", 0x8000, 0x8000, CRC(781b2b27) SHA1(06decd22b9064ee4859618a043055e0b3e3b9e04))
|
||||
|
||||
ROM_REGION(0x100000, "sound1", 0)
|
||||
ROM_LOAD("arom1.bin", 0x00000, 0x80000, CRC(a0f62605) SHA1(8c39452367150f66271371ab02be2f5a812cb954))
|
||||
ROM_RELOAD(0x80000, 0x80000)
|
||||
|
||||
ROM_REGION(0x10000, "cpu3", 0)
|
||||
ROM_LOAD("yrom1.bin", 0x8000, 0x8000, CRC(53123fd4) SHA1(77fd183a10eea2e04a07edf9da14ef7aadb65f91))
|
||||
ROM_END
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
/ Street Fighter II (#735)
|
||||
/-------------------------------------------------------------------*/
|
||||
@ -1266,6 +1286,7 @@ GAME(1995, stargatp1, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0
|
||||
GAME(1995, stargatp2, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.2)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1995, stargatp3, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.3)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1995, stargatp4, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.4)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1995, stargatp5, stargatp, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Stargate (rev.5)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1995, shaqattq, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Shaq Attaq (rev.5)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1995, shaqattq2, shaqattq, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Shaq Attaq (rev.2)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1994, freddy, 0, gts3a, gts3a, gts3a_state, gts3a, ROT0, "Gottlieb", "Freddy: A Nightmare on Elm Street (rev.3)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
|
@ -13834,6 +13834,7 @@ stargatp1 //
|
||||
stargatp2 //
|
||||
stargatp3 //
|
||||
stargatp4 //
|
||||
stargatp5 //
|
||||
teedoffp //
|
||||
teedoffp1 //
|
||||
teedoffp3 //
|
||||
|
Loading…
Reference in New Issue
Block a user