summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tecmo16.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-10-30 23:16:38 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2018-10-30 23:16:38 +1100
commit0340e8ac2cea61bce122b8e44fb8b64f86bc804c (patch)
treead1649c28664f31eb65dc29265bbd495bc33f830 /src/mame/drivers/tecmo16.cpp
parent9a49527058450fa61c2665937002dd506632f154 (diff)
parentfc726060143d454c838fba9c82ce830c63a008c0 (diff)
Merge remote-tracking branch 'upstream/release0203'
Diffstat (limited to 'src/mame/drivers/tecmo16.cpp')
-rw-r--r--src/mame/drivers/tecmo16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tecmo16.cpp b/src/mame/drivers/tecmo16.cpp
index 9e2682cd4b9..7ab3910dd28 100644
--- a/src/mame/drivers/tecmo16.cpp
+++ b/src/mame/drivers/tecmo16.cpp
@@ -59,7 +59,7 @@ void tecmo16_state::fstarfrc_map(address_map &map)
map(0x150030, 0x150031).portr("DSW2").nopw(); /* ??? */
map(0x150040, 0x150041).portr("DSW1");
map(0x150050, 0x150051).portr("P1_P2");
-// map(0x160000, 0x160001).nopr(); /* ??? Read at every scene changes */
+// map(0x160000, 0x160001).nopr(); /* ??? Read at every scene changes */
map(0x160000, 0x160001).w(FUNC(tecmo16_state::scroll_char_x_w));
map(0x16000c, 0x16000d).w(FUNC(tecmo16_state::scroll_x_w));
map(0x160012, 0x160013).w(FUNC(tecmo16_state::scroll_y_w));