summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/trainer/mcg85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/trainer/mcg85.cpp')
-rw-r--r--src/mame/trainer/mcg85.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/trainer/mcg85.cpp b/src/mame/trainer/mcg85.cpp
index f3273101249..39a2987e88d 100644
--- a/src/mame/trainer/mcg85.cpp
+++ b/src/mame/trainer/mcg85.cpp
@@ -30,8 +30,8 @@ public:
private:
required_device<i8085a_cpu_device> m_maincpu;
- 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;
};