summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/lpc210x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/lpc210x.h')
-rw-r--r--src/devices/cpu/arm7/lpc210x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/arm7/lpc210x.h b/src/devices/cpu/arm7/lpc210x.h
index d00abe84536..fa5a20999d0 100644
--- a/src/devices/cpu/arm7/lpc210x.h
+++ b/src/devices/cpu/arm7/lpc210x.h
@@ -71,6 +71,7 @@ public:
// todo, use an appropriate flash type instead
uint8_t m_flash[0x8000]; // needs to be public because the harmony/melody device injects contents with memcpy, yuck
+ void lpc2103_map(address_map &map);
protected:
// device-level overrides
virtual void device_add_mconfig(machine_config &config) override;