summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc-pit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc-pit.cpp')
-rw-r--r--src/devices/machine/lpc-pit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpc-pit.cpp b/src/devices/machine/lpc-pit.cpp
index dea817513bf..57842c399b9 100644
--- a/src/devices/machine/lpc-pit.cpp
+++ b/src/devices/machine/lpc-pit.cpp
@@ -5,7 +5,7 @@
DEFINE_DEVICE_TYPE(LPC_PIT, lpc_pit_device, "lpc_pit", "LPC PIT")
-DEVICE_ADDRESS_MAP_START(map, 32, lpc_pit_device)
+ADDRESS_MAP_START(lpc_pit_device::map)
AM_RANGE(0x40, 0x43) AM_READWRITE8(status_r, access_w, 0x00ffffff)
AM_RANGE(0x40, 0x43) AM_WRITE8 ( control_w, 0xff000000)
AM_RANGE(0x50, 0x53) AM_READWRITE8(status_r, access_w, 0x00ffffff)