diff options
Diffstat (limited to 'src/mame/misc/extrema.cpp')
-rw-r--r-- | src/mame/misc/extrema.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/misc/extrema.cpp b/src/mame/misc/extrema.cpp index 4761a9fd62e..02704443b0e 100644 --- a/src/mame/misc/extrema.cpp +++ b/src/mame/misc/extrema.cpp @@ -53,8 +53,8 @@ public: private: required_device<cpu_device> m_maincpu; - void extrema_map(address_map &map); - void extrema_portmap(address_map &map); + void extrema_map(address_map &map) ATTR_COLD; + void extrema_portmap(address_map &map) ATTR_COLD; }; |