From 0a191b4a80bcb161f467fb153b65d7505ddf2f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sat, 22 May 2010 19:28:55 +0000 Subject: [PATCH] space in between, like eg. cash quiz, wizz quiz --- src/mame/drivers/galdrvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/galdrvr.c b/src/mame/drivers/galdrvr.c index 9e4a85b6851..91bae98da83 100644 --- a/src/mame/drivers/galdrvr.c +++ b/src/mame/drivers/galdrvr.c @@ -5979,7 +5979,7 @@ GAME( 1981, jumpbugb, jumpbug, jumpbug, jumpbug, jumpbug, ROT90, "bootleg", GAME( 1983, levers, 0, jumpbug, levers, jumpbug, ROT90, "Rock-Ola", "Levers", GAME_SUPPORTS_SAVE ) /* 2nd CPU driving AY8910 for sound */ -GAME( 1982, checkman, 0, checkman, checkman, checkman, ROT90, "Zilec-Zenitone", "Check Man", GAME_SUPPORTS_SAVE ) +GAME( 1982, checkman, 0, checkman, checkman, checkman, ROT90, "Zilec - Zenitone", "Check Man", GAME_SUPPORTS_SAVE ) GAME( 1982, checkmanj,checkman, checkmaj, checkmaj, checkmaj, ROT90, "Jaleco", "Check Man (Japan)", GAME_SUPPORTS_SAVE ) GAME( 1983, dingo, 0, checkmaj, dingo, dingo, ROT90, "Ashby Computers and Graphics LTD. (Jaleco license)", "Dingo", GAME_SUPPORTS_SAVE ) GAME( 1983, dingoe, dingo, checkman, dingo, dingoe, ROT90, "Ashby Computers and Graphics LTD.", "Dingo (encrypted)", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )