summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i80130.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i80130.cpp')
-rw-r--r--src/devices/machine/i80130.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/i80130.cpp b/src/devices/machine/i80130.cpp
index 4e5a1e1f479..a74aa577482 100644
--- a/src/devices/machine/i80130.cpp
+++ b/src/devices/machine/i80130.cpp
@@ -19,11 +19,11 @@
DEFINE_DEVICE_TYPE(I80130, i80130_device, "i80130", "I80130")
-DEVICE_ADDRESS_MAP_START( rom_map, 16, i80130_device )
+ADDRESS_MAP_START(i80130_device::rom_map)
//AM_RANGE(0x0000, 0x3fff) AM_ROM AM_REGION("rom", 0)
ADDRESS_MAP_END
-DEVICE_ADDRESS_MAP_START( io_map, 16, i80130_device )
+ADDRESS_MAP_START(i80130_device::io_map)
AM_RANGE(0x00, 0x0f) AM_READWRITE(io_r, io_w)
//AM_RANGE(0x00, 0x01) AM_MIRROR(0x2) AM_DEVREADWRITE8("pic", pic8259_device, read, write, 0x00ff)
//AM_RANGE(0x08, 0x0f) AM_DEVREADWRITE8("pit", pit8254_device, read, write, 0x00ff)