summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/go2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/go2000.c')
-rw-r--r--src/mame/drivers/go2000.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/go2000.c b/src/mame/drivers/go2000.c
index 9eb304bbc5a..1fdf98bf30c 100644
--- a/src/mame/drivers/go2000.c
+++ b/src/mame/drivers/go2000.c
@@ -52,9 +52,9 @@ static ADDRESS_MAP_START( go2000_map, ADDRESS_SPACE_PROGRAM, 16 )
AM_RANGE(0xa00000, 0xa00001) AM_READ_PORT("INPUTS")
AM_RANGE(0xa00002, 0xa00003) AM_READ_PORT("DSW")
AM_RANGE(0x620002, 0x620003) AM_WRITE(sound_cmd_w)
-// AM_RANGE(0xe00000, 0xe00001) AM_WRITENOP
-// AM_RANGE(0xe00010, 0xe00011) AM_WRITENOP
-// AM_RANGE(0xe00020, 0xe00021) AM_WRITENOP
+// AM_RANGE(0xe00000, 0xe00001) AM_WRITENOP
+// AM_RANGE(0xe00010, 0xe00011) AM_WRITENOP
+// AM_RANGE(0xe00020, 0xe00021) AM_WRITENOP
ADDRESS_MAP_END
static WRITE8_HANDLER( go2000_pcm_1_bankswitch_w )