mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
New clones marked as NOT_WORKING
-------------------------------- Wild Cougar (NHG0296-07, US) [Roberto Fresca]
This commit is contained in:
parent
7671aadd45
commit
384d5a8fa6
@ -7389,6 +7389,30 @@ ROM_START( wcougaru )
|
||||
ROM_END
|
||||
|
||||
|
||||
// NHG0296-07 / 569/8 / 10 Credit Multiplier / 9 Line Multiline
|
||||
// Wild Cougar / Export / D - 19/05/97
|
||||
// Marked 94.982%
|
||||
// All devices are 27C4002 instead of 27C4096
|
||||
ROM_START( wcougarua )
|
||||
ARISTOCRAT_MK5_BIOS
|
||||
/*
|
||||
Checksum code found at 0x000d08
|
||||
Checksum is stored at 0x000020-0x000027
|
||||
Expected Checksum 0xe4eced9c
|
||||
Calculated Checksum 0xe4eced9c (OK)
|
||||
*/
|
||||
ROM_REGION( 0x400000, "game_prg", ROMREGION_ERASEFF )
|
||||
ROM_LOAD32_WORD( "nhg029607.u7", 0x000000, 0x80000, CRC(5037aefc) SHA1(afd7e4cf5b53d5ad44dec359cd24a698188c9d35) )
|
||||
ROM_LOAD32_WORD( "nhg029607.u11", 0x000002, 0x80000, CRC(a9c121a7) SHA1(b8133b00f8b42dd7a3be94753ce7482a58aba8f1) )
|
||||
ROM_LOAD32_WORD( "nhg029607.u8", 0x100000, 0x80000, CRC(496b0295) SHA1(237183a192ad9b4bc133014cc83149d4a7062785) )
|
||||
ROM_LOAD32_WORD( "nhg029607.u12", 0x100002, 0x80000, CRC(fe2bafdc) SHA1(e8b454db44a532d75b3aff323855340695688f0f) )
|
||||
|
||||
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 ) /* ARM Code */
|
||||
ROM_REGION( 0x200000, "vram", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x20000*4, "sram", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
|
||||
// AHG1515 / MV4134 / 5,10,25,50 Credit Multiplier / 20 Line Multiline
|
||||
// Wild Coyote / Export / A - 30/07/01
|
||||
ROM_START( wcoyote )
|
||||
@ -7773,6 +7797,7 @@ GAMEL( 1996, wldangel, aristmk5, aristmk5, swhr2, aristmk5_s
|
||||
GAMEL( 1996, wildbill, aristmk5, aristmk5, wildbill, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Bill (0100297V, NSW/ACT)", MACHINE_FLAGS, layout_wildbill ) // 543/8, C - 15/08/96, Rev 1.22.12.0
|
||||
GAMEL( 1996, wcougar, aristmk5, aristmk5, wcougar, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Cougar (0100167V, NSW/ACT)", MACHINE_FLAGS, layout_wcougar ) // 569/9, B - 27/2/96, Rev 1.18.1.0
|
||||
GAMEL( 1997, wcougaru, wcougar, aristmk5_usa, aristmk5_usa, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Cougar (NHG0296-04, US)", MACHINE_FLAGS, layout_aristmk5_us ) // 569/8, D - 19/05/97
|
||||
GAMEL( 1997, wcougarua, wcougar, aristmk5_usa, aristmk5_usa, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Cougar (NHG0296-07, US)", MACHINE_FLAGS, layout_aristmk5_us ) // 569/8, D - 19/05/97
|
||||
GAMEL( 1996, wizways, aristmk5, aristmk5, wizways, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wizard Ways (0200396V, NSW/ACT)", MACHINE_FLAGS, layout_wizways ) // 598/3, A - 04/11/96, Rev 9
|
||||
GAMEL( 1997, wnpost, aristmk5, aristmk5_usa, wnpost, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Winning Post (RHG0418-04, US)", MACHINE_FLAGS, layout_wnpost ) // 541/2, G - 11/02/97
|
||||
GAMEL( 1999, wthing, aristmk5, aristmk5, retrsam, aristmk5_state, aristmk5, ROT0, "Aristocrat", "Wild Thing (0101158V, NSW/ACT)", MACHINE_FLAGS, layout_sbuk3 ) // 608/4, B - 14/12/99, Rev 8
|
||||
|
@ -1644,6 +1644,7 @@ wildbill // (c) 1996
|
||||
wldangel // (c) 1996
|
||||
wcougar // (c) 1996
|
||||
wcougaru // (c) 1997
|
||||
wcougarua // (c) 1997
|
||||
wcoyote // (c) 2001
|
||||
wizways // (c) 1996
|
||||
wnpost // (c) 1997
|
||||
|
Loading…
Reference in New Issue
Block a user