summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/techno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/techno.c')
-rw-r--r--src/mame/drivers/techno.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/techno.c b/src/mame/drivers/techno.c
index cb804fb69db..7149302d636 100644
--- a/src/mame/drivers/techno.c
+++ b/src/mame/drivers/techno.c
@@ -69,10 +69,10 @@ ADDRESS_MAP_END
//static ADDRESS_MAP_START( techno_sub_map, AS_IO, 8, techno_state )
// no ram here, must be internal to the cpu
-// AM_RANGE(0x0000, 0x3fff) AM_READ(rd_r) // to TKY2016A audio processor which has its own 3.58MHz clock
-// AM_RANGE(0x4000, 0x7fff) AM_WRITE(wr_w) // A11=LED;A12=WR2 (DAC) ;A13=WR1 (TKY2016A as above)
-// AM_RANGE(0x4000, 0xbfff) AM_ROM // 4000-7FFF is same as 8000-BFFF; 4x 16k ROMS bankswitched
-// AM_RANGE(0xc000, 0xffff) AM_ROM // another 16k ROM
+// AM_RANGE(0x0000, 0x3fff) AM_READ(rd_r) // to TKY2016A audio processor which has its own 3.58MHz clock
+// AM_RANGE(0x4000, 0x7fff) AM_WRITE(wr_w) // A11=LED;A12=WR2 (DAC) ;A13=WR1 (TKY2016A as above)
+// AM_RANGE(0x4000, 0xbfff) AM_ROM // 4000-7FFF is same as 8000-BFFF; 4x 16k ROMS bankswitched
+// AM_RANGE(0xc000, 0xffff) AM_ROM // another 16k ROM
//ADDRESS_MAP_END
WRITE16_MEMBER( techno_state::disp1_w )