summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc-acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc-acpi.h')
-rw-r--r--src/devices/machine/lpc-acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpc-acpi.h b/src/devices/machine/lpc-acpi.h
index 0159f974517..1a93980f957 100644
--- a/src/devices/machine/lpc-acpi.h
+++ b/src/devices/machine/lpc-acpi.h
@@ -82,7 +82,7 @@ private:
uint8_t tco_rld, tco_tmr, tco_dat_in, tco_dat_out, tco_message1, tco_message2;
uint8_t tco_wdstatus, sw_irq_gen;
- DECLARE_ADDRESS_MAP(map, 32);
+ void map(address_map &map);
};
DECLARE_DEVICE_TYPE(LPC_ACPI, lpc_acpi_device)