trunk/src/mame/drivers/aristmk5.c
| r250097 | r250098 | |
| 1115 | 1115 | ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 ) |
| 1116 | 1116 | ROM_END |
| 1117 | 1117 | |
| 1118 | // MV4084/1 - 10 Credit Multiplier / 9 Line Multiline. |
| 1119 | // THE GAMBLER - Export A - 30/10/98. |
| 1120 | // Marked as EHG0916 and 92.268%. |
| 1121 | // All devices are 27c4002 instead of 27c4096. |
| 1122 | ROM_START( thgamblr ) |
| 1123 | ARISTOCRAT_MK5_BIOS |
| 1124 | ROM_REGION( 0x400000, "game_prg", ROMREGION_ERASEFF ) |
| 1125 | ROM_LOAD32_WORD( "ehg0916_the_gambler.u7", 0x000000, 0x80000, CRC(7524c954) SHA1(0a895d1e2d09a2c873bbbbeb37bc59c25f3c577c) ) // 92.268% |
| 1126 | ROM_LOAD32_WORD( "ehg0916_the_gambler.u11", 0x000002, 0x80000, CRC(f29a6932) SHA1(17761218a04d36a599c987b4e13c0e3f46b7793f) ) // 92.268% |
| 1127 | ROM_LOAD32_WORD( "ehg0916_the_gambler.u8", 0x100000, 0x80000, CRC(e2221fdf) SHA1(8a7b2d5de68ae66fe1915a6faac6277249e3fb53) ) // base |
| 1128 | ROM_LOAD32_WORD( "ehg0916_the_gambler.u12", 0x100002, 0x80000, CRC(ebe957f9) SHA1(539945ec9beafe2c83051208370588fce2334f16) ) // base |
| 1129 | |
| 1130 | ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 ) /* ARM Code */ |
| 1131 | |
| 1132 | ROM_REGION( 0x200000, "vram", ROMREGION_ERASE00 ) |
| 1133 | |
| 1134 | ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 ) |
| 1135 | ROM_END |
| 1136 | |
| 1118 | 1137 | // MV4098 - 10 Credit Multiplier / 9 Line Multiline. |
| 1119 | 1138 | // BOOT SCOOTIN' - Export A - 25/08/99. |
| 1120 | 1139 | // All devices are 27c4002 instead of 27c4096. |
| r250097 | r250098 | |
| 1325 | 1344 | 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 |
| 1326 | 1345 | GAME( 1998, swheart2, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Sweet Hearts II (PHG0742, Export, 92.252%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4061, A - 29/06/98 |
| 1327 | 1346 | GAME( 1998, reelrock, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Reelin-n-Rockin (0100779V, Local)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 628, A - 13/07/98 |
| 1347 | GAME( 1998, thgamblr, aristmk5, aristmk5_usa, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "The Gambler (EHG0916, Export, 92.268%)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // MV4084/1, A - 30/10/98 |
| 1328 | 1348 | GAME( 1998, indiandr, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Indian Dreaming (0100845V, Local)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 628/1, B - 15/12/98 |
| 1329 | 1349 | GAME( 1998, chariotc, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "The Chariot Challenge (04J00714, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 630, A - 10/08/98, Rev 12 |
| 1330 | 1350 | GAME( 1999, wtiger, 0, aristmk5, aristmk5, aristmk5_state, aristmk5, ROT0, "Aristocrat", "White Tiger Classic (0200954V, NSW/ACT)", MACHINE_NOT_WORKING|MACHINE_IMPERFECT_SOUND ) // 638/1, B - 08/07/99 |