mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
New machines marked as NOT_WORKING
---------------------------------- Tropical Delight (PHG0625-02, Export, 92.25%) [Roberto Fresca]
This commit is contained in:
parent
837f9f1ed5
commit
4ef4bf42d9
@ -12096,6 +12096,7 @@ dmdtouch // (c) 1997
|
||||
wldcougr // (c) 1997
|
||||
bumblbug // (c) 1997
|
||||
pengpays // (c) 1997
|
||||
trpdlght // (c) 1997
|
||||
chickena // (c) 1998
|
||||
adonis // (c) 1998
|
||||
adonisa // (c) 1998
|
||||
|
@ -1074,6 +1074,25 @@ ROM_START( pengpays )
|
||||
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
// 577/3 - 10 Credit Multiplier / 9 Line Multiline.
|
||||
// Tropical Delight - Export D - 24/09/97.
|
||||
// Marked as PHG0625-02 and 92.25%.
|
||||
// All devices are 27c4002 instead of 27c4096.
|
||||
ROM_START( trpdlght )
|
||||
ARISTOCRAT_MK5_BIOS
|
||||
ROM_REGION( 0x400000, "game_prg", ROMREGION_ERASEFF )
|
||||
ROM_LOAD32_WORD( "phg0625-02_tropical_delight.u7", 0x000000, 0x80000, CRC(3d06765f) SHA1(737d714e4ec48eb6283489f745dd305e7d70dad2) ) // 92.25%
|
||||
ROM_LOAD32_WORD( "phg0625-02_tropical_delight.u11", 0x000002, 0x80000, CRC(3963a3de) SHA1(fc2b06af3d1eba87407425dc4296a8b602952775) ) // 92.25%
|
||||
ROM_LOAD32_WORD( "phg0625-02_tropical_delight.u8", 0x100000, 0x80000, CRC(d4858407) SHA1(acf6776f19448648a26aaf53fcb4bc227c546033) ) // base
|
||||
ROM_LOAD32_WORD( "phg0625-02_tropical_delight.u12", 0x100002, 0x80000, CRC(852e433e) SHA1(17ec568edbabe3ee8649b26f4c5d0f501494f823) ) // base
|
||||
|
||||
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 ) /* ARM Code */
|
||||
|
||||
ROM_REGION( 0x200000, "vram", ROMREGION_ERASE00 )
|
||||
|
||||
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
// 596 - 10 Credit Multiplier / 9 Line Multiline. (touch)
|
||||
// Chicken - Export C - 23/02/98.
|
||||
// Marked as RHG0730 and 92.588%
|
||||
@ -1339,6 +1358,7 @@ GAME( 1997, wldcougr, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk
|
||||
GAME( 1997, dmdtouch, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Diamond Touch (0400433V, Local)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 604, E - 30/06/97
|
||||
GAME( 1997, bumblbug, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Bumble Bugs (Export, 92.691%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 593, D - 05/07/97
|
||||
GAME( 1997, pengpays, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Penguin Pays (Export)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 586/7(b) B - 14/07/97
|
||||
GAME( 1997, trpdlght, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Tropical Delight (PHG0625-02, Export, 92.25%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 577/3, D - 24/09/97
|
||||
GAME( 1998, chickena, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Chicken (RHG0730, Export, 92.588%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 596, C - 23/02/98
|
||||
GAME( 1998, adonis, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Adonis (0200751V, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 602/9, A - 25/05/98, Rev 10
|
||||
GAME( 1998, adonisa, adonis, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Adonis (0100751V, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 602/9, A - 25/05/98, Rev 9
|
||||
|
Loading…
Reference in New Issue
Block a user