trunk/src/mame/drivers/mw8080bw.c
| r17835 | r17836 | |
| 44 | 44 | cabinet side art all call it just "Amazing Maze" |
| 45 | 45 | * Desert Gun was originally named Road Runner. The name was changed |
| 46 | 46 | when Midway merged with Bally who had a game by the same title |
| 47 | | * Guided Missile: Original manufacturer is Taito and title is "Missile X". |
| 48 | | Midway licensed the game from Taito |
| 47 | * Guided Missile: It is a misconception that that this is the same |
| 48 | game as Taito's "Missile X". The latter does not run on a CPU, |
| 49 | akin to Midway's Gun Fight vs Taito's Western Gun. |
| 49 | 50 | * Space Invaders: Taito imported this licensed version because of |
| 50 | 51 | short supply in Japan. The game is called "Space Invaders M" |
| 51 | 52 | The M stands for Midway. |
| r17835 | r17836 | |
| 3196 | 3197 | /* 618 */ GAME( 1977, roadrunm, desertgu, desertgu, desertgu, driver_device, 0, ROT0, "Midway", "Road Runner (Midway)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 3197 | 3198 | /* 619 */ GAME( 1977, dplay, 0, dplay, dplay, driver_device, 0, ROT0, "Midway", "Double Play", GAME_SUPPORTS_SAVE ) |
| 3198 | 3199 | /* 622 */ GAMEL(1977, lagunar, 0, zzzap, lagunar, driver_device, 0, ROT90, "Midway", "Laguna Racer", GAME_NO_SOUND | GAME_SUPPORTS_SAVE , layout_lagunar ) |
| 3199 | | /* 623 */ GAME( 1977, gmissile, 0, gmissile, gmissile, driver_device, 0, ROT0, "Taito / Midway", "Missile X / Guided Missile", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 3200 | /* 623 */ GAME( 1977, gmissile, 0, gmissile, gmissile, driver_device, 0, ROT0, "Midway", "Guided Missile", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 3200 | 3201 | /* 626 */ GAME( 1977, m4, 0, m4, m4, driver_device, 0, ROT0, "Midway", "M-4", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) |
| 3201 | 3202 | /* 630 */ GAMEL(1978, clowns, 0, clowns, clowns, driver_device, 0, ROT0, "Midway", "Clowns (rev. 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE , layout_clowns ) |
| 3202 | 3203 | /* 630 */ GAMEL(1978, clowns1, clowns, clowns, clowns1, driver_device, 0, ROT0, "Midway", "Clowns (rev. 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE , layout_clowns ) |