mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
New clones marked as NOT_WORKING
-------------------------------- Golden Pyramids (AHG1206-99, NSW/ACT, 87.928%) [Roberto Fresca]
This commit is contained in:
parent
1aa5af9fb1
commit
9eb79a6d63
@ -12087,6 +12087,7 @@ enchfore // (c) 1997
|
|||||||
goldprmd // (c) 1997
|
goldprmd // (c) 1997
|
||||||
qotn // (c) 1997
|
qotn // (c) 1997
|
||||||
qotna // (c) 1997
|
qotna // (c) 1997
|
||||||
|
goldpyra // (c) 1997
|
||||||
dmdtouch // (c) 1997
|
dmdtouch // (c) 1997
|
||||||
wldcougr // (c) 1997
|
wldcougr // (c) 1997
|
||||||
bumblbug // (c) 1997
|
bumblbug // (c) 1997
|
||||||
|
@ -981,6 +981,26 @@ ROM_START( goldprmd )
|
|||||||
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
// 602/2 - 10 Credit Multiplier / 20 Line Multiline.
|
||||||
|
// QUEEN OF THE NILE - NSW/ACT - B - 13/05/97.
|
||||||
|
// Marked as AHG1206-99, Golden Pyramids, and 87.928%
|
||||||
|
// Queen of The Nile and Golden Pyramids are
|
||||||
|
// both the same game with different title.
|
||||||
|
ROM_START( goldpyra )
|
||||||
|
ARISTOCRAT_MK5_BIOS
|
||||||
|
ROM_REGION( 0x400000, "game_prg", ROMREGION_ERASEFF )
|
||||||
|
ROM_LOAD32_WORD( "ahg1206-99_golden_pyramids.u7", 0x000000, 0x80000, CRC(e6c80f67) SHA1(901cf8f8fd46c1c4a70e1954d2d2d88e7acd07a8) )
|
||||||
|
ROM_LOAD32_WORD( "ahg1206-99_golden_pyramids.u11", 0x000002, 0x80000, CRC(3cc221ea) SHA1(a71d16b818110f5b632e996e9f2fcb8be17b2aee) )
|
||||||
|
ROM_LOAD32_WORD( "ahg1206-99_golden_pyramids.u8", 0x100000, 0x80000, CRC(df1ffb31) SHA1(1cf9d008b1f8fdb06ba050c97dae79f272c8063c) )
|
||||||
|
ROM_LOAD32_WORD( "ahg1206-99_golden_pyramids.u12", 0x100002, 0x80000, CRC(d2c8f786) SHA1(a9efa35c8f2833a2b77f092398ca959d5fe6194e) )
|
||||||
|
|
||||||
|
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 ) /* ARM Code */
|
||||||
|
|
||||||
|
ROM_REGION( 0x200000, "vram", ROMREGION_ERASE00 )
|
||||||
|
|
||||||
|
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
||||||
|
ROM_END
|
||||||
|
|
||||||
// 569/8 - 10 Credit Multiplier / 9 Line Multiline.
|
// 569/8 - 10 Credit Multiplier / 9 Line Multiline.
|
||||||
// Wild Cougar - Export D - 19/05/97.
|
// Wild Cougar - Export D - 19/05/97.
|
||||||
// All devices are 27c4002 instead of 27c4096.
|
// All devices are 27c4002 instead of 27c4096.
|
||||||
@ -1195,6 +1215,7 @@ GAME( 1996, dolphtre, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk
|
|||||||
GAME( 1996, cashcham, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Cash Chameleon (Export)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 603(a), B - 06/12/96
|
GAME( 1996, cashcham, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Cash Chameleon (Export)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 603(a), B - 06/12/96
|
||||||
GAME( 1997, enchfore, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Enchanted Forest (MV4033, Export, 94.97%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4033, B - 10/02/97
|
GAME( 1997, enchfore, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Enchanted Forest (MV4033, Export, 94.97%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4033, B - 10/02/97
|
||||||
GAME( 1997, goldprmd, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Golden Pyramids (MV4091, USA)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4091, B - 13/05/97
|
GAME( 1997, goldprmd, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Golden Pyramids (MV4091, USA)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4091, B - 13/05/97
|
||||||
|
GAME( 1997, goldpyra, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Golden Pyramids (AHG1206-99, NSW/ACT, 87.928%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 602/2, B - 13/05/97
|
||||||
GAME( 1997, qotn, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Queen of the Nile (0200439V, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 602/4, B - 13/05/97
|
GAME( 1997, qotn, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Queen of the Nile (0200439V, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 602/4, B - 13/05/97
|
||||||
GAME( 1997, qotna, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Queen of the Nile (MV4091, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4091, B - 13/05/97 (US-Export HW?)
|
GAME( 1997, qotna, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Queen of the Nile (MV4091, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4091, B - 13/05/97 (US-Export HW?)
|
||||||
GAME( 1997, wldcougr, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Cougar (Export)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 569/8, D - 19/05/97
|
GAME( 1997, wldcougr, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Cougar (Export)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 569/8, D - 19/05/97
|
||||||
|
Loading…
Reference in New Issue
Block a user