diff options
author | 2015-08-20 04:44:34 -0400 | |
---|---|---|
committer | 2015-08-20 04:44:34 -0400 | |
commit | 47cbb591ccc3e342c333538ed57d6f31053bca8f (patch) | |
tree | 8b6e69bc3b3b1fa5854630316786907859c867f0 /src | |
parent | dafd09973d87052ccec8bc9ca8b453f47af90e5b (diff) |
release date (nw)
release date (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/qix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/qix.c b/src/mame/drivers/qix.c index c664022558c..366bfe84094 100644 --- a/src/mame/drivers/qix.c +++ b/src/mame/drivers/qix.c @@ -1454,7 +1454,7 @@ GAME( 1981, qixa, qix, qix, qix, driver_device, 0, ROT GAME( 1981, qixb, qix, qix, qix, driver_device, 0, ROT270, "Taito America Corporation", "Qix (set 2, larger roms)", MACHINE_SUPPORTS_SAVE ) GAME( 1981, qixo, qix, qix, qix, driver_device, 0, ROT270, "Taito America Corporation", "Qix (set 3, earlier)", MACHINE_SUPPORTS_SAVE ) // oldest set / prototype? has incorrect spelling 'deutch' and doesn't allow language selection to be changed GAME( 1981, qix2, qix, qix, qix, driver_device, 0, ROT270, "Taito America Corporation", "Qix II (Tournament)", MACHINE_SUPPORTS_SAVE ) -GAME( 1981, sdungeon, 0, mcu, sdungeon, driver_device, 0, ROT270, "Taito America Corporation", "Space Dungeon", MACHINE_SUPPORTS_SAVE ) +GAME( 1981, sdungeon, 0, mcu, sdungeon, driver_device, 0, ROT270, "Taito America Corporation", "Space Dungeon", MACHINE_SUPPORTS_SAVE ) // actually released July 1982 GAMEL(1982, elecyoyo, 0, mcu, elecyoyo, driver_device, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 1)", MACHINE_SUPPORTS_SAVE, layout_elecyoyo ) GAMEL(1982, elecyoyo2,elecyoyo, mcu, elecyoyo, driver_device, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 2)", MACHINE_SUPPORTS_SAVE, layout_elecyoyo ) GAME( 1982, kram, 0, mcu, kram, driver_device, 0, ROT0, "Taito America Corporation", "Kram (set 1)", MACHINE_SUPPORTS_SAVE ) |