From: AGEMAME Development <agemame@gmail.com>

Date: Tue, 19 May 2009 12:24:35 
To: submit@mamedev.org<submit@mamedev.org>
Subject: Added Aristocrat dumps from Heihachi_73


ROMs at http://agemame.fruit-emu.com/aristo/

Original email follows..

Here's another ROM dump to add to the list of non-working games in 
aristmkv.c (only another 3000-odd to go!).

Enchanted Forest (E - 23/06/95, Local)
Both games are essentially the same game but half a world apart. One is 
unfortunately known for being a kiddie magnet on the fruit-emu forums. 
Both are in the same zip file.

=================================
Golden Pyramids (B - 13-05-97, USA)
Queen of the Nile (B - 13-05-97, NSW/ACT)

Golden Pyramids is a 9 line game with a 90 credit (10x) max bet, whereas 
Queen of the Nile is a 20 line game with a 500 credit (25x) max bet.

Note: The Golden Pyramids ROM reads QUEEN OF THE NILE, the same date and 
'NSW/ACT' as the region inside, but it is a proper US romset (with 
English and Portuguese languages selectable). Both games have identical 
graphics but different percentage variations (reel strips). However, the 
string 'GOLDEN PYRAMIDS' is at 0x043148, and is not present at all in 
Queen of the Nile. I never received any label info for Golden Pyramids 
either, except for this text file:

Checksum for u7.BIN  ==> $4DD8
Checksum for u8.BIN  ==> $9D11
Checksum for u11.BIN ==> $F8F6
Checksum for u12.BIN ==> $F8BF
This commit is contained in:
Aaron Giles 2009-05-25 01:17:35 +00:00
parent 64b527f6ec
commit e1d2aff4d9
2 changed files with 28 additions and 0 deletions

View File

@ -93,12 +93,34 @@ ROM_START( indiandr )
ROM_LOAD32_WORD( "indiandr.u12", 0x100002, 0x80000, CRC(4bbe67f6) SHA1(928f88387da66697f1de54f086531f600f80a15e) )
ROM_END
ROM_START( goldprmd )
ROM_REGION( 0x800000, "maincpu", 0 ) /* ARM Code */
ROM_LOAD32_WORD( "goldprmd.u7", 0x000000, 0x80000, CRC(2fbed80c) SHA1(fb0d97cb2be96da37c487fc3aef06c6120efdb46) )
ROM_LOAD32_WORD( "goldprmd.u11", 0x000002, 0x80000, CRC(ec9c183c) SHA1(e405082ee779c4fee103fb7384469c9d6afbc95b) )
ROM_LOAD32_WORD( "goldprmd.u8", 0x100000, 0x80000, CRC(3cd7d8e5) SHA1(ae83a7c335564c398330d43295997b8ca547c92d) )
ROM_LOAD32_WORD( "goldprmd.u12", 0x100002, 0x80000, CRC(8bbf45d0) SHA1(f58f28e7cc4ac225197959566d81973b5aa0e836) )
ROM_END
ROM_START( qotn )
ROM_REGION( 0x800000, "maincpu", 0 ) /* ARM Code */
ROM_LOAD32_WORD( "0200439v.u7", 0x000000, 0x80000, CRC(d476a893) SHA1(186d6fb1830c33976f2d3c96e4f045ece885dc63) )
ROM_LOAD32_WORD( "0200439v.u11", 0x000002, 0x80000, CRC(8b0d7205) SHA1(ffa03f1c9332a1a7443eb91b0ded56e7cd9e3cee) )
ROM_LOAD32_WORD( "0200439v.u8", 0x100000, 0x80000, CRC(9b996ef1) SHA1(72489e9a0ee5c34f7cad3d121bcd08e09ef72360) )
ROM_LOAD32_WORD( "0200439v.u12", 0x100002, 0x80000, CRC(2a0f7feb) SHA1(27c89dadf759e6c892121650758c44ec50990cb6) )
ROM_END
ROM_START( swthrt2v )
ROM_REGION( 0x800000, "maincpu", 0 ) /* ARM Code */
ROM_LOAD32_WORD( "swthrt2v.u7", 0x000000, 0x80000, CRC(f51b2faa) SHA1(dbcfdbee92af5f89a8a2611bbc687ee0cc907642) )
ROM_LOAD32_WORD( "swthrt2v.u11", 0x000002, 0x80000, CRC(bd7ead91) SHA1(9f775428a4aa0b0a8ee17aed9be620edc2020c5e) )
ROM_END
ROM_START( enchfrst )
ROM_REGION( 0x800000, "maincpu", 0 ) /* ARM Code */
ROM_LOAD32_WORD( "0400122v.u7", 0x000000, 0x80000, CRC(b5829b27) SHA1(f6f84c8dc524dcee95e37b93ead9090903bdca4f) )
ROM_LOAD32_WORD( "0400122v.u11", 0x000002, 0x80000, CRC(7a97adc8) SHA1(b52f7fdc7edf9ad92351154c01b8003c0576ed94) )
ROM_END
ROM_START( margmgc )
ROM_REGION( 0x800000, "maincpu", 0 ) /* ARM Code */
ROM_LOAD32_WORD( "margmgc.u7", 0x000000, 0x80000, CRC(eee7ebaf) SHA1(bad0c08578877f84325c07d51c6ed76c40b70720) )
@ -127,6 +149,9 @@ ROM_END
GAME( 1995, swthrt2v, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Sweet Hearts II (C - 07/09/95, Venezuela version)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1995, enchfrst, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Enchanted Forest (E - 23/06/95, Local)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1997, goldprmd, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Golden Pyramids (B - 13-05-97, USA)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1997, qotn, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Queen of the Nile (B - 13-05-97, NSW/ACT)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1997, dmdtouch, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Diamond Touch (E - 30-06-97, Local)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1998, adonis, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Adonis (A - 25-05-98, NSW/ACT)", GAME_NOT_WORKING|GAME_NO_SOUND )
GAME( 1998, reelrock, 0, aristmk5, aristmk5, aristmk5, ROT0, "Aristocrat", "Reelin-n-Rockin (A - 13/07/98, Local)", GAME_NOT_WORKING|GAME_NO_SOUND )

View File

@ -9067,7 +9067,10 @@ Other Sun games
/* Aristocrat Mk5 hardware */
DRIVER( swthrt2v ) /* (c) 1995 */
DRIVER( enchfrst ) /* (c) 1995 */
DRIVER( dmdtouch ) /* (c) 1997 */
DRIVER( goldprmd ) /* (c) 1997 */
DRIVER( qotn ) /* (c) 1997 */
DRIVER( adonis ) /* (c) 1998 */
DRIVER( reelrock ) /* (c) 1998 */
DRIVER( indiandr ) /* (c) 1998 */