summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sm510/sm510core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sm510/sm510core.cpp')
-rw-r--r--src/devices/cpu/sm510/sm510core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sm510/sm510core.cpp b/src/devices/cpu/sm510/sm510core.cpp
index e42a9d3ecc7..e09d591a8cd 100644
--- a/src/devices/cpu/sm510/sm510core.cpp
+++ b/src/devices/cpu/sm510/sm510core.cpp
@@ -20,14 +20,14 @@ DEFINE_DEVICE_TYPE(SM510, sm510_device, "sm510", "SM510") // 2.7Kx8 ROM, 128x4 R
// internal memory maps
-ADDRESS_MAP_START(sm510_base_device::program_2_7k)
+ADDRESS_MAP_START(sm510_device::program_2_7k)
AM_RANGE(0x0000, 0x02bf) AM_ROM
AM_RANGE(0x0400, 0x06bf) AM_ROM
AM_RANGE(0x0800, 0x0abf) AM_ROM
AM_RANGE(0x0c00, 0x0ebf) AM_ROM
ADDRESS_MAP_END
-ADDRESS_MAP_START(sm510_base_device::data_96_32x4)
+ADDRESS_MAP_START(sm510_device::data_96_32x4)
AM_RANGE(0x00, 0x5f) AM_RAM
AM_RANGE(0x60, 0x6f) AM_RAM AM_SHARE("lcd_ram_a")
AM_RANGE(0x70, 0x7f) AM_RAM AM_SHARE("lcd_ram_b")