summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc-rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc-rtc.h')
-rw-r--r--src/devices/machine/lpc-rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/lpc-rtc.h b/src/devices/machine/lpc-rtc.h
index 2d00084dbd2..3f4580b0cd1 100644
--- a/src/devices/machine/lpc-rtc.h
+++ b/src/devices/machine/lpc-rtc.h
@@ -34,8 +34,8 @@ protected:
void device_reset() override;
private:
- DECLARE_ADDRESS_MAP(map, 32);
- DECLARE_ADDRESS_MAP(extmap, 32);
+ void map(address_map &map);
+ void extmap(address_map &map);
uint8_t cur_index, cur_extindex;
uint8_t ram[256];