From e28fd4e2f24263ac33b39321fb2a246ca0b7c4ba Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Sun, 8 Nov 2020 19:28:31 +0100 Subject: [PATCH] New clones marked as NOT_WORKING (#7453) -------------------------------- Olympic Darts K7 (v3.00) [jordigahan, ClawGrip] --- src/mame/drivers/4enlinea.cpp | 21 +++++++++++++++++---- src/mame/mame.lst | 3 ++- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp index 9c5e6d32d37..ff507965158 100644 --- a/src/mame/drivers/4enlinea.cpp +++ b/src/mame/drivers/4enlinea.cpp @@ -743,6 +743,18 @@ ROM_START( k7_olym ) ROM_LOAD( "b1_gal16v8a.ic4", 0x0117, 0x0117, NO_DUMP ) // protected ROM_END +ROM_START( k7_olym30 ) + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "dardos_k7_3.0_21-11-94_27c512.ic19", 0x00000, 0x10000, CRC(87af55a6) SHA1(7d12ce7afe8a50ba895f05029c1bd05a3641f7fd) ) + + ROM_REGION( 0x0800, "eeprom", 0 ) + ROM_LOAD( "x24c16p.bin", 0x0000, 0x0800, NO_DUMP ) + + ROM_REGION( 0x0300, "plds", 0 ) + ROM_LOAD( "a1_gal16v8a.ic11", 0x0000, 0x0117, NO_DUMP ) // protected + ROM_LOAD( "b1_gal16v8a.ic4", 0x0117, 0x0117, NO_DUMP ) // protected +ROM_END + ROM_START( sprtdart ) ROM_REGION( 0x10000, "maincpu", 0 ) @@ -762,7 +774,8 @@ ROM_END ***********************************/ // YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULLNAME FLAGS -GAME( 1991, 4enlinea, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-07)", MACHINE_NOT_WORKING ) -GAME( 1991, 4enlineb, 4enlinea, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-06)", MACHINE_NOT_WORKING ) -GAME( 1994, k7_olym, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal", "Olympic Darts (K7)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL ) -GAME( 1993, sprtdart, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "Compumatic / Desarrollos y Recambios S.L.", "Sport Dart TV", MACHINE_NOT_WORKING | MACHINE_MECHANICAL ) +GAME( 1991, 4enlinea, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-07)", MACHINE_NOT_WORKING ) +GAME( 1991, 4enlineb, 4enlinea, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-06)", MACHINE_NOT_WORKING ) +GAME( 1994, k7_olym, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.11)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL ) +GAME( 1994, k7_olym30, k7_olym, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.00)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL ) +GAME( 1993, sprtdart, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "Compumatic / Desarrollos y Recambios S.L.", "Sport Dart TV", MACHINE_NOT_WORKING | MACHINE_MECHANICAL ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index dd7f0d2ef07..118de14f406 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -103,7 +103,8 @@ undoukai // A17 (c) 1984 Taito @source:4enlinea.cpp 4enlinea // (c) 1991 Compumatic / CIC Play 4enlineb // (c) 1991 Compumatic / CIC Play -k7_olym // (c) 1994 K7 Kursaal +k7_olym // (c) 1994 K7 Kursaal / NMI Electronics +k7_olym30 // (c) 1994 K7 Kursaal / NMI Electronics sprtdart // (c) 1993 Compumatic / Desarrollos y Recambios S.L. @source:4enraya.cpp