summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tattack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tattack.c')
-rw-r--r--src/mame/drivers/tattack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tattack.c b/src/mame/drivers/tattack.c
index d5b1d135fe7..65e6b76d5aa 100644
--- a/src/mame/drivers/tattack.c
+++ b/src/mame/drivers/tattack.c
@@ -54,7 +54,7 @@ static VIDEO_START( tattack )
static ADDRESS_MAP_START( mem, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0x0000, 0x0fff) AM_ROM
-// AM_RANGE(0x4000, 0x4000) AM_READNOP $315
+// AM_RANGE(0x4000, 0x4000) AM_READNOP $315
AM_RANGE(0x5000, 0x53ff) AM_RAM AM_BASE(&videoram)
AM_RANGE(0x7000, 0x73ff) AM_RAM AM_BASE(&colorram) // color map ? something else .. only bits 1-3 are used
AM_RANGE(0x6000, 0x6000) AM_READ_PORT("DSW2")