summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd61830.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd61830.cpp')
-rw-r--r--src/devices/video/hd61830.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/video/hd61830.cpp b/src/devices/video/hd61830.cpp
index a5343a0cb3c..30dea02423b 100644
--- a/src/devices/video/hd61830.cpp
+++ b/src/devices/video/hd61830.cpp
@@ -25,9 +25,10 @@ const device_type HD61830B = HD61830;
// default address map
-ADDRESS_MAP_START(hd61830_device::hd61830)
- AM_RANGE(0x0000, 0xffff) AM_RAM
-ADDRESS_MAP_END
+void hd61830_device::hd61830(address_map &map)
+{
+ map(0x0000, 0xffff).ram();
+}
// internal character generator ROM