summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cesclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cesclass.c')
-rw-r--r--src/mame/drivers/cesclass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/cesclass.c b/src/mame/drivers/cesclass.c
index 27d0105080e..8f9e440d6cb 100644
--- a/src/mame/drivers/cesclass.c
+++ b/src/mame/drivers/cesclass.c
@@ -116,11 +116,11 @@ static ADDRESS_MAP_START( cesclassic_map, AS_PROGRAM, 16, cesclassic_state )
AM_RANGE(0x000000, 0x0fffff) AM_ROM
AM_RANGE(0x400000, 0x40ffff) AM_RAM
AM_RANGE(0x600000, 0x600001) AM_READ(_600000_r)
-// AM_RANGE(0x640040, 0x640041) AM_WRITENOP
+// AM_RANGE(0x640040, 0x640041) AM_WRITENOP
AM_RANGE(0x670000, 0x670001) AM_READ(_670000_r)
AM_RANGE(0x900100, 0x900101) AM_WRITENOP
-// AM_RANGE(0x900100, 0x900101) AM_DEVREADWRITE8("oki", okim6295_device, read, write,0x00ff)
-// AM_RANGE(0x904000, 0x904001) AM_WRITENOP
+// AM_RANGE(0x900100, 0x900101) AM_DEVREADWRITE8("oki", okim6295_device, read, write,0x00ff)
+// AM_RANGE(0x904000, 0x904001) AM_WRITENOP
ADDRESS_MAP_END
static INPUT_PORTS_START( cesclassic )