galgames.cpp: Slight rewording & change proto --> prototype - NW

This commit is contained in:
briantro 2017-03-26 22:08:47 -05:00
parent 89a0005973
commit e8e1944bbc

View File

@ -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 )