From e8e1944bbc74f1d7aed7c074fe3137d808bd7960 Mon Sep 17 00:00:00 2001 From: briantro Date: Sun, 26 Mar 2017 22:08:47 -0500 Subject: galgames.cpp: Slight rewording & change proto --> prototype - NW --- src/mame/drivers/galgames.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/galgames.cpp b/src/mame/drivers/galgames.cpp index 2ec6d8b1d48..f8b164ef293 100644 --- a/src/mame/drivers/galgames.cpp +++ b/src/mame/drivers/galgames.cpp @@ -1182,7 +1182,7 @@ ROM_END /*************************************************************************** Galaxy Games StarPak 4 -(These are not dumps, but files for the dev board provided by the developer) +(Cartridge not dumped, but files from a dev board provided by the developer) ***************************************************************************/ @@ -1214,7 +1214,7 @@ ROM_START( galgame4 ) ROM_END -GAME( 1998, galgbios, 0, galgbios, galgames, driver_device, 0, ROT0, "Creative Electronics & Software", "Galaxy Games BIOS", MACHINE_IS_BIOS_ROOT ) -GAME( 1998, galgame2, galgbios, galgame2, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Namco", "Galaxy Games StarPak 2", 0 ) -GAME( 1998, galgame3, galgbios, galgame3, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Atari", "Galaxy Games StarPak 3", 0 ) -GAME( 1998, galgame4, galgbios, galgame3, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Atari", "Galaxy Games StarPak 4 (proto)", MACHINE_IMPERFECT_GRAPHICS ) +GAME( 1998, galgbios, 0, galgbios, galgames, driver_device, 0, ROT0, "Creative Electronics & Software", "Galaxy Games BIOS", MACHINE_IS_BIOS_ROOT ) +GAME( 1998, galgame2, galgbios, galgame2, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Namco", "Galaxy Games StarPak 2", 0 ) +GAME( 1998, galgame3, galgbios, galgame3, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Atari", "Galaxy Games StarPak 3", 0 ) +GAME( 1998, galgame4, galgbios, galgame3, galgames, driver_device, 0, ROT0, "Creative Electronics & Software / Atari", "Galaxy Games StarPak 4 (prototype)", MACHINE_IMPERFECT_GRAPHICS ) -- cgit v1.2.3