summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-07-04 21:00:12 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-07-04 21:00:12 +0200
commitf16e2ef835d7986f982c127efc45c238d1c7db2c (patch)
tree5d01f14c629d2433efa5693747c6c60080d1b95e /src/mame
parente4b7bb8c8842d6e24dba751740c9b56e771d2aa3 (diff)
microdar.cpp: fixed validation error
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/microdar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/microdar.cpp b/src/mame/drivers/microdar.cpp
index 287cef68e2c..b290dc6d996 100644
--- a/src/mame/drivers/microdar.cpp
+++ b/src/mame/drivers/microdar.cpp
@@ -315,5 +315,5 @@ ROM_START(cfarwest)
// No EEPROM on this PCB
ROM_END
-GAME(199?, microdar, 0, microdar, microdar, microdar_state, empty_init, ROT0, "Compumatic / Bifuca", "Microdar SPD", MACHINE_IS_SKELETON_MECHANICAL)
-GAME(1997, cfarwest, 0, microdar, microdar, microdar_state, empty_init, ROT0, "Compumatic", "Far West", MACHINE_IS_SKELETON_MECHANICAL)
+GAME(199?, microdar, 0, microdar, microdar, microdar_state, empty_init, ROT0, "Compumatic / Bifuca", "Microdar SPD", MACHINE_IS_SKELETON_MECHANICAL)
+GAME(1997, cfarwest, 0, microdar, microdar, microdar_state, empty_init, ROT0, "Compumatic", "Far West (Compumatic)", MACHINE_IS_SKELETON_MECHANICAL)