diff --git a/hash/apple2_flop_orig.xml b/hash/apple2_flop_orig.xml index cb20337469a..d28a392df59 100644 --- a/hash/apple2_flop_orig.xml +++ b/hash/apple2_flop_orig.xml @@ -21734,7 +21734,7 @@ license:CC0 - Locksmith (Version 5.0 Revision C) + Locksmith (Version 5.0 Revision C) 1983 Omega Microware @@ -21750,7 +21750,7 @@ license:CC0 - Locksmith (Version 5.0 Revision F) + Locksmith (Version 5.0 Revision F) 1983 Omega Microware @@ -21766,7 +21766,7 @@ license:CC0 - Locksmith (Version 5.0 Revision G) + Locksmith (Version 5.0 Revision G) 1983 Omega Microware @@ -21782,7 +21782,7 @@ license:CC0 - Locksmith (Version 6.0 Revision A) + Locksmith (Version 6.0 Revision A) 1986 Alpha Logic Business Systems @@ -21820,7 +21820,7 @@ license:CC0 - Locksmith (Version 6.0 Revision B) + Locksmith (Version 6.0 Revision B) 1986 Alpha Logic Business Systems @@ -21956,7 +21956,7 @@ license:CC0 - Copy II Plus (Version 4.4B) + Copy II Plus (Version 4.4B) 1982 Central Point Software @@ -21972,7 +21972,7 @@ license:CC0 - Copy II Plus (Version 4.4C) + Copy II Plus (Version 4.4C) 1982 Central Point Software @@ -22004,7 +22004,7 @@ license:CC0 - Copy II Plus (Version 4.4D) + Copy II Plus (Version 4.4D) 1982 Central Point Software diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp index 1eee927160d..2c3e3565401 100644 --- a/src/mame/drivers/4enlinea.cpp +++ b/src/mame/drivers/4enlinea.cpp @@ -792,7 +792,7 @@ 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( 1992, unkdarts, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Oper Coin", "Unknown darts game (487 System I)", MACHINE_NOT_WORKING ) +GAME( 1992, unkdarts, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Oper Coin", "unknown darts game (487 System I)", 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 Darts T.V.", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )