diff options
author | 2015-06-12 13:45:35 -0400 | |
---|---|---|
committer | 2015-06-12 13:45:35 -0400 | |
commit | f7981d6b5dbb44da5c025531d69939683da29e69 (patch) | |
tree | 8b1aa5e526338e8e661bc93d05722881451671b1 /src | |
parent | b2873d27d4de13faedae6315f50b692ba07e9163 (diff) |
Diet Go Go Fan suggestion (nw)
Diet Go Go Fan suggestion (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/twin16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/twin16.c b/src/mame/drivers/twin16.c index 82522648a12..db0bfd2eaec 100644 --- a/src/mame/drivers/twin16.c +++ b/src/mame/drivers/twin16.c @@ -1282,5 +1282,5 @@ GAME( 1988, gradius2b, vulcan, twin16, vulcan, twin16_state, twin16, GAME( 1988, fround, 0, fround, fround, fround_state, fround, ROT0, "Konami", "The Final Round (version M)", GAME_SUPPORTS_SAVE ) GAME( 1988, froundl, fround, fround, fround, fround_state, fround, ROT0, "Konami", "The Final Round (version L)", GAME_SUPPORTS_SAVE ) GAME( 1988, hpuncher, fround, twin16, fround, twin16_state, twin16, ROT0, "Konami", "Hard Puncher (Japan)", GAME_SUPPORTS_SAVE ) -GAME( 1989, miaj, mia, miaj, miaj, twin16_state, twin16, ROT0, "Konami", "M.I.A. - Missing in Action (Japan)", GAME_SUPPORTS_SAVE ) +GAME( 1989, miaj, mia, miaj, miaj, twin16_state, twin16, ROT0, "Konami", "M.I.A. - Missing in Action (version R) (Japan)", GAME_SUPPORTS_SAVE ) GAME( 1989, cuebrickj, cuebrick, cuebrickj, cuebrickj, cuebrickj_state, cuebrickj, ROT0, "Konami", "Cue Brick (Japan)", GAME_SUPPORTS_SAVE ) |