From dacd5e0f7a70f1d306922f291fba90b0088f381b Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Mon, 20 May 2013 09:51:44 +0000 Subject: [PATCH] Description updates --- src/burn/drv/galaxian/d_galaxian.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/galaxian/d_galaxian.cpp b/src/burn/drv/galaxian/d_galaxian.cpp index 3223b1c91..ca60f9be1 100644 --- a/src/burn/drv/galaxian/d_galaxian.cpp +++ b/src/burn/drv/galaxian/d_galaxian.cpp @@ -11521,7 +11521,7 @@ struct BurnDriver BurnDrvPorter = { struct BurnDriver BurnDrvKong = { "kong", NULL, NULL, NULL, "198?", - "Kong (Brazil)\0", "Bad Colours", "Taito do Brasil", "Galaxian", + "Kong (Donkey Kong conversion on Galaxian hardware)\0", "Bad Colours", "Taito do Brasil", "Galaxian", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED, 2, HARDWARE_GALAXIAN, GBF_PLATFORM, 0, NULL, KongRomInfo, KongRomName, NULL, NULL, KongInputInfo, KongDIPInfo, @@ -11531,7 +11531,7 @@ struct BurnDriver BurnDrvKong = { struct BurnDriver BurnDrvFantastc = { "fantastc", NULL, NULL, NULL, "198?", - "Fantastic\0", NULL, "Taito do Brasil", "Galaxian", + "Fantastic (Galaga conversion on Galaxian hardware)\0", NULL, "Taito do Brasil", "Galaxian", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED, 2, HARDWARE_GALAXIAN, GBF_VERSHOOT, 0, NULL, FantastcRomInfo, FantastcRomName, NULL, NULL, FantastcInputInfo, FantastcDIPInfo,