diff options
Diffstat (limited to 'src/mame/skeleton/lms46.cpp')
-rw-r--r-- | src/mame/skeleton/lms46.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/skeleton/lms46.cpp b/src/mame/skeleton/lms46.cpp index 54d88e64cc2..ddad2f52abe 100644 --- a/src/mame/skeleton/lms46.cpp +++ b/src/mame/skeleton/lms46.cpp @@ -33,8 +33,8 @@ private: u8 busy_r(); void misc_control_w(u8 data); - void mem_map(address_map &map); - void io_map(address_map &map); + void mem_map(address_map &map) ATTR_COLD; + void io_map(address_map &map) ATTR_COLD; required_device<cpu_device> m_maincpu; required_device<msm5832_device> m_rtc; |