summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/go2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/go2000.cpp')
-rw-r--r--src/mame/drivers/go2000.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/go2000.cpp b/src/mame/drivers/go2000.cpp
index 588c2b10b1c..6be6e18b51e 100644
--- a/src/mame/drivers/go2000.cpp
+++ b/src/mame/drivers/go2000.cpp
@@ -99,9 +99,9 @@ void go2000_state::go2000_map(address_map &map)
map(0xa00000, 0xa00001).portr("INPUTS");
map(0xa00002, 0xa00003).portr("DSW");
map(0x620002, 0x620003).w(FUNC(go2000_state::sound_cmd_w));
-// AM_RANGE(0xe00000, 0xe00001) AM_WRITENOP
-// AM_RANGE(0xe00010, 0xe00011) AM_WRITENOP
-// AM_RANGE(0xe00020, 0xe00021) AM_WRITENOP
+// map(0xe00000, 0xe00001).nopw();
+// map(0xe00010, 0xe00011).nopw();
+// map(0xe00020, 0xe00021).nopw();
}
WRITE8_MEMBER(go2000_state::go2000_pcm_1_bankswitch_w)