mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
New working clones
------------------ Cuore 1 (Italian, set 6) [f205v] Cuore 1 (Italian, set 7) [f205v] Magic 10 Nevada (bootleg of Pool 10) [f205v]
This commit is contained in:
parent
0049b39696
commit
ac9c71c8e8
@ -5025,6 +5025,46 @@ ROM_START( cuoreunod ) // same code as pool10h, same GFX as cuoreunoa
|
||||
ROM_LOAD( "palce20v8h.u23", 0x0400, 0x0157, NO_DUMP ) // read protected
|
||||
ROM_END
|
||||
|
||||
ROM_START( cuoreunoe ) // same code as pool10f, same GFX as cuoreunoa
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "a.u2", 0x8000, 0x8000, CRC(e8087fb8) SHA1(c012a81f561978bd97708a52f656e7b13e41a3e2) )
|
||||
|
||||
ROM_REGION( 0x10000, "gfx1", 0 )
|
||||
ROM_LOAD( "b.u21", 0x0000, 0x8000, CRC(2a3581c8) SHA1(8fa81c55fb2eb1d51ce5995f38ec4518d035c3af) )
|
||||
ROM_LOAD( "c.u20", 0x8000, 0x8000, CRC(26f1162a) SHA1(c6d98e38377016f2b3daa138c3331a1aa91e422a) )
|
||||
|
||||
ROM_REGION( 0x0800, "nvram", 0 ) // pre-initialized BBRAM (hw uses SRAM + 3,6V battery)
|
||||
ROM_LOAD( "cuoreunoe_nvram.bin", 0x0000, 0x0800, CRC(75dd3562) SHA1(a359cada144e7c90946649f5dd0998d0ee48f4d2) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 )
|
||||
ROM_LOAD( "am27s29pc.u25", 0x0000, 0x0200, BAD_DUMP CRC(1de03d14) SHA1(d8eda20865c1d885a428931f4380032e103b252c) ) // not dumped for this set
|
||||
|
||||
ROM_REGION( 0x0600, "plds", 0 )
|
||||
ROM_LOAD( "palce16v8h-25pc-4.u5", 0x0000, 0x0117, NO_DUMP ) // read protected
|
||||
ROM_LOAD( "palce20v8h.u22", 0x0200, 0x0157, NO_DUMP ) // read protected
|
||||
ROM_LOAD( "palce20v8h.u23", 0x0400, 0x0157, NO_DUMP ) // read protected
|
||||
ROM_END
|
||||
|
||||
ROM_START( cuoreunof ) // same as cuoreunoc but with copyright removed
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "3.u2", 0x8000, 0x8000, CRC(ef66d40a) SHA1(ed406472a5f3d883036f0001082607f1561e6820) )
|
||||
|
||||
ROM_REGION( 0x10000, "gfx1", 0 )
|
||||
ROM_LOAD( "cuore_b.u21", 0x0000, 0x8000, CRC(2a3581c8) SHA1(8fa81c55fb2eb1d51ce5995f38ec4518d035c3af) )
|
||||
ROM_LOAD( "cuore_c.u20", 0x8000, 0x8000, CRC(26f1162a) SHA1(c6d98e38377016f2b3daa138c3331a1aa91e422a) )
|
||||
|
||||
ROM_REGION( 0x0800, "nvram", 0 ) // pre-initialized BBRAM (hw uses SRAM + 3,6V battery)
|
||||
ROM_LOAD( "cuoreunof_nvram.bin", 0x0000, 0x0800, CRC(3ec39472) SHA1(aa2bb5abd16557560a19842929ad7dab852abbbf) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 )
|
||||
ROM_LOAD( "n82s147an.u25", 0x0000, 0x0200, CRC(1de03d14) SHA1(d8eda20865c1d885a428931f4380032e103b252c) )
|
||||
|
||||
ROM_REGION( 0x0600, "plds", 0 ) // all read protected
|
||||
ROM_LOAD( "palce16v8h-25pc-4.u5", 0x0000, 0x0117, NO_DUMP )
|
||||
ROM_LOAD( "palce20v8h-25pc-4.u22", 0x0200, 0x0157, NO_DUMP )
|
||||
ROM_LOAD( "palce20v8h-25pc-4.u23", 0x0400, 0x0157, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
/*
|
||||
Elephant Family (italian, old)
|
||||
-----------------------------
|
||||
@ -5507,6 +5547,26 @@ ROM_START( pool10k ) // found on two PCBs
|
||||
ROM_LOAD( "palce20v8h.u23", 0x0400, 0x0157, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mag10 ) // same code as pool10g but for title and copyright changes, u20 GFX ROM contains changes
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "magic_a.u2", 0x8000, 0x8000, CRC(c2379eed) SHA1(91ca7514d6c4a8032ab6a5221b7f09c02f7d65af) )
|
||||
|
||||
ROM_REGION( 0x10000, "gfx1", 0 )
|
||||
ROM_LOAD( "magic_b.u21", 0x0000, 0x8000, CRC(99c8c074) SHA1(f8082b08e895cbcd028a2b7cd961a7a2c8b2762c) )
|
||||
ROM_LOAD( "magic_c.u20", 0x8000, 0x8000, CRC(b863dead) SHA1(8f0016c39ce64a1ecde66f61b7f0db9cdfb36873) )
|
||||
|
||||
ROM_REGION( 0x0800, "nvram", 0 ) // pre-initialized BBRAM (hw uses SRAM + 3,6V battery)
|
||||
ROM_LOAD( "mag10_nvram.bin", 0x0000, 0x0800, CRC(3ec39472) SHA1(aa2bb5abd16557560a19842929ad7dab852abbbf) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 )
|
||||
ROM_LOAD( "am27s29pc.u25", 0x0000, 0x0200, CRC(1de03d14) SHA1(d8eda20865c1d885a428931f4380032e103b252c) )
|
||||
|
||||
ROM_REGION( 0x0600, "plds", 0 ) // all read protected
|
||||
ROM_LOAD( "palce16v8h-25pc-4.u5", 0x0000, 0x0117, NO_DUMP )
|
||||
ROM_LOAD( "20s25hb1.u22", 0x0200, 0x0157, NO_DUMP )
|
||||
ROM_LOAD( "20s25hb1.u23", 0x0400, 0x0157, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
/*
|
||||
New Biliard 98
|
||||
|
||||
@ -8637,6 +8697,8 @@ GAMEL( 1996, cuoreunoa, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_in
|
||||
GAMEL( 1996, cuoreunob, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Cuore 1 (Italian, set 3)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, cuoreunoc, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Cuore 1 (Italian, set 4)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, cuoreunod, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Cuore 1 (Italian, set 5)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, cuoreunoe, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Cuore 1 (Italian, set 6)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, cuoreunof, cuoreuno, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "bootleg", "Cuore 1 (Italian, set 7)", 0, layout_jollycrd )
|
||||
GAMEL( 1997, elephfam, 0, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Elephant Family (Italian, new)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, elephfmb, elephfam, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Elephant Family (Italian, old)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, pool10, 0, cuoreuno, pool10, funworld_state, empty_init, ROT0, "C.M.C.", "Pool 10 (Italian, set 1)", 0, layout_jollycrd )
|
||||
@ -8649,6 +8711,7 @@ GAMEL( 1996, pool10h, pool10, cuoreuno, pool10, funworld_state, empty_in
|
||||
GAMEL( 1997, pool10i, pool10, cuoreuno, pool10, funworld_state, empty_init, ROT0, "C.M.C.", "Pool 10 (Italian, set 8)", 0, layout_jollycrd )
|
||||
GAMEL( 1996, pool10j, pool10, cuoreuno, pool10, funworld_state, empty_init, ROT0, "bootleg (R.B.)", "Pool 10 (Italian, set 9)", 0, layout_jollycrd )
|
||||
GAMEL( 1997, pool10k, pool10, cuoreuno, pool10, funworld_state, empty_init, ROT0, "C.M.C.", "Pool 10 (Italian, set 10)", 0, layout_jollycrd )
|
||||
GAMEL( 1997, mag10, pool10, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "bootleg (Magic)", "Magic 10 Nevada (bootleg of Pool 10)", 0, layout_jollycrd )
|
||||
GAMEL( 1998, biliard, pool10, cuoreuno, pool10, funworld_state, empty_init, ROT0, "bootleg", "New Biliard 98 (Pool 10 hack)", 0, layout_jollycrd )
|
||||
GAMEL( 2001, royal, pool10, royalcd1, royal, funworld_state, empty_init, ROT0, "<unknown>", "Royal (Pool 10 hack)", 0, layout_jollycrd )
|
||||
GAMEL( 1997, tortufam, 0, cuoreuno, cuoreuno, funworld_state, empty_init, ROT0, "C.M.C.", "Tortuga Family (Italian)", 0, layout_jollycrd )
|
||||
|
@ -14011,6 +14011,8 @@ cuoreunoa // (c) 1996 C.M.C.
|
||||
cuoreunob // (c) 1996 C.M.C.
|
||||
cuoreunoc // (c) 1996 C.M.C.
|
||||
cuoreunod // (c) 1996 C.M.C.
|
||||
cuoreunoe // (c) 1996 C.M.C.
|
||||
cuoreunof // 1996? bootleg
|
||||
elephfam // (c) 1997 C.M.C.
|
||||
elephfmb // (c) 1996 C.M.C.
|
||||
funquiz // (c) 198? Fun World
|
||||
@ -14052,6 +14054,7 @@ lluck4x1 // (c) 1991 TAB-Austria
|
||||
lunapark // 1998 unknown.
|
||||
lunaparkb // 1998 unknown.
|
||||
lunaparkc // 1998 unknown.
|
||||
mag10 // (c) 1997 Magic, bootleg
|
||||
magicrd2 // (c) 1996 Impera
|
||||
magicrd2a // (c) 1996 Impera
|
||||
magicrd2b // (c) 1996 Impera
|
||||
|
Loading…
Reference in New Issue
Block a user