diff options
author | 2018-12-25 18:32:08 +0100 | |
---|---|---|
committer | 2018-12-25 18:32:08 +0100 | |
commit | d3b3fafe4da5cd6eebb3853ad3d8fe4b547339a8 (patch) | |
tree | 715eecfc76d0df92e251e5487313ccb63c9e5aa0 /src | |
parent | 1cd0c119083d95aa60f1025a74d96f0646ad3da1 (diff) |
msgundam actual developer (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/seta.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/seta.cpp b/src/mame/drivers/seta.cpp index bab9c301e15..8e18531eaf8 100644 --- a/src/mame/drivers/seta.cpp +++ b/src/mame/drivers/seta.cpp @@ -12167,8 +12167,9 @@ GAME( 1993, kamenrid, 0, kamenrid, kamenrid, seta_state, empty_ini GAME( 1993, madshark, 0, madshark, madshark, seta_state, empty_init, ROT270, "Allumer", "Mad Shark", 0 ) -GAME( 1993, msgundam, 0, msgundam, msgundam, seta_state, empty_init, ROT0, "Banpresto", "Mobile Suit Gundam", 0 ) -GAME( 1993, msgundam1, msgundam, msgundam, msgunda1, seta_state, empty_init, ROT0, "Banpresto", "Mobile Suit Gundam (Japan)", 0 ) +// end credits shows Allumer as developer. +GAME( 1993, msgundam, 0, msgundam, msgundam, seta_state, empty_init, ROT0, "Banpresto / Allumer", "Mobile Suit Gundam", 0 ) +GAME( 1993, msgundam1, msgundam, msgundam, msgunda1, seta_state, empty_init, ROT0, "Banpresto / Allumer", "Mobile Suit Gundam (Japan)", 0 ) GAME( 1993, oisipuzl, 0, oisipuzl, oisipuzl, seta_state, empty_init, ROT0, "Sunsoft / Atlus", "Oishii Puzzle Ha Irimasenka", 0 ) GAME( 1993, triplfun, oisipuzl, triplfun, oisipuzl, seta_state, empty_init, ROT0, "bootleg", "Triple Fun", 0 ) |