4enlinea.cpp: Fix 'sprtdart' game name as in title screen (#9372)

This commit is contained in:
ClawGrip 2022-03-12 10:08:21 +00:00 committed by GitHub
parent a7225d8818
commit bbd0e200aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@
- [DUMPED] 4 en Línea (Compumatic)
- [DUMPED] Olympic Darts (K7 Kursaal. At least three different hardware revisions)
- [DUMPED] Sport Dart TV (Compumatic / Desarrollos y Recambios S.L.)
- [DUMPED] Sport Darts TV (Compumatic / Desarrollos y Recambios S.L.)
- [MISSING] Dart Queen (Compumatic / Daryde)
**************************************************************************
@ -778,4 +778,4 @@ GAME( 1991, 4enlinea, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_ini
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 )
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 )