summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs900/tlcs900.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tlcs900/tlcs900.c')
-rw-r--r--src/emu/cpu/tlcs900/tlcs900.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tlcs900/tlcs900.c b/src/emu/cpu/tlcs900/tlcs900.c
index f43955c40c1..ac84c6746e2 100644
--- a/src/emu/cpu/tlcs900/tlcs900.c
+++ b/src/emu/cpu/tlcs900/tlcs900.c
@@ -1095,7 +1095,7 @@ static WRITE8_HANDLER( tlcs900_internal_w )
}
-static ADDRESS_MAP_START( tlcs900_mem, AS_PROGRAM, 8 )
+static ADDRESS_MAP_START( tlcs900_mem, AS_PROGRAM, 8, legacy_cpu_device )
AM_RANGE( 0x000000, 0x00007f ) AM_READWRITE( tlcs900_internal_r, tlcs900_internal_w )
ADDRESS_MAP_END