diff options
author | 2022-04-28 03:10:40 +1000 | |
---|---|---|
committer | 2022-04-28 03:10:40 +1000 | |
commit | c414b5a837110e026fc7ad8bdf312d451eea7795 (patch) | |
tree | 73f7023be476181260bdfeacb362a55642347a95 | |
parent | 21d3bab8921c84f5114456690db371482a96739e (diff) |
Clean up some metadata
-rw-r--r-- | hash/apple2_flop_orig.xml | 16 | ||||
-rw-r--r-- | src/mame/drivers/4enlinea.cpp | 2 |
2 files changed, 9 insertions, 9 deletions
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 </software> <software name="lsmith50c"> - <description>Locksmith (Version 5.0 Revision C) </description> + <description>Locksmith (Version 5.0 Revision C)</description> <year>1983</year> <publisher>Omega Microware</publisher> <info name="release" value="2022-03-26"/> @@ -21750,7 +21750,7 @@ license:CC0 </software> <software name="lsmith50f"> - <description>Locksmith (Version 5.0 Revision F) </description> + <description>Locksmith (Version 5.0 Revision F)</description> <year>1983</year> <publisher>Omega Microware</publisher> <info name="release" value="2022-03-26"/> @@ -21766,7 +21766,7 @@ license:CC0 </software> <software name="lsmith50g"> - <description>Locksmith (Version 5.0 Revision G) </description> + <description>Locksmith (Version 5.0 Revision G)</description> <year>1983</year> <publisher>Omega Microware</publisher> <info name="release" value="2022-03-26"/> @@ -21782,7 +21782,7 @@ license:CC0 </software> <software name="lsmith60a"> - <description>Locksmith (Version 6.0 Revision A) </description> + <description>Locksmith (Version 6.0 Revision A)</description> <year>1986</year> <publisher>Alpha Logic Business Systems</publisher> <info name="release" value="2022-03-26"/> @@ -21820,7 +21820,7 @@ license:CC0 </software> <software name="lsmith60b"> - <description>Locksmith (Version 6.0 Revision B) </description> + <description>Locksmith (Version 6.0 Revision B)</description> <year>1986</year> <publisher>Alpha Logic Business Systems</publisher> <info name="release" value="2022-03-27"/> @@ -21956,7 +21956,7 @@ license:CC0 </software> <software name="copy2pv44b"> - <description>Copy II Plus (Version 4.4B) </description> + <description>Copy II Plus (Version 4.4B)</description> <year>1982</year> <publisher>Central Point Software</publisher> <info name="release" value="2022-03-28"/> @@ -21972,7 +21972,7 @@ license:CC0 </software> <software name="copy2pv44c"> - <description>Copy II Plus (Version 4.4C) </description> + <description>Copy II Plus (Version 4.4C)</description> <year>1982</year> <publisher>Central Point Software</publisher> <info name="release" value="2022-03-28"/> @@ -22004,7 +22004,7 @@ license:CC0 </software> <software name="copy2pv44d"> - <description>Copy II Plus (Version 4.4D) </description> + <description>Copy II Plus (Version 4.4D)</description> <year>1982</year> <publisher>Central Point Software</publisher> <info name="release" value="2022-03-28"/> 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 ) |