diff options
author | 2019-04-10 21:15:03 -0500 | |
---|---|---|
committer | 2019-04-10 21:15:03 -0500 | |
commit | 3cf1e9489cbf1df7920bb3c929dab0de1f84f792 (patch) | |
tree | 1703088d056c2b5e7b0bb2ab74495070df56b842 /src | |
parent | 4e43b78ccb7ebf5aece0216ade812cac95c4b955 (diff) |
galaxian.cpp: Moonwar vs. Moon War (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/galaxian.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp index 45abc5701e7..b6ba8784283 100644 --- a/src/mame/drivers/galaxian.cpp +++ b/src/mame/drivers/galaxian.cpp @@ -12191,6 +12191,13 @@ ROM_END /* +Moonwar + +Although the game displays Moonwar as the title the "original" Moon War is/was a prototype on Stern Berzerk/Frenzy hardware, +see berzerk.cpp So this version is commonly refered to as Moon War II becuase the ROMs & PCB were labeled as MOON WAR II + +NOTE: This version the title screen shows MOONWAR, on the prototype it specifically shows "MOON WAR" + A PCB picture shows the following label format: MOON WAR II @@ -12221,9 +12228,6 @@ NOTE: A PCB with ROMs at 2F & 2H specifically labeled as "RXA22" was dumped and Player 1 Dial: P1 dial works normally, P2 dial is reversed, both share same port Player 2 Dial: doesn't actually work due to bug in game code It would seem to indicate the code is different becuase for moonwar the issue was corrected. - -Although the game displays Moon War as the title the "original" Moon War is/was a prototype on Stern Berzerk/Frenzy hardware, -see berzerk.cpp So this version is commonly refered to as Moon War II becuase the ROMs & PCB were labeled as MOON WAR II */ ROM_START( moonwar ) ROM_REGION( 0x10000, "maincpu", 0 ) |