summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/vtech/phusion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/vtech/phusion.cpp')
-rw-r--r--src/mame/vtech/phusion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/vtech/phusion.cpp b/src/mame/vtech/phusion.cpp
index 7c153658233..a6a3af57f6d 100644
--- a/src/mame/vtech/phusion.cpp
+++ b/src/mame/vtech/phusion.cpp
@@ -40,7 +40,7 @@ public:
private:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void phusion_map(address_map &map);
+ void phusion_map(address_map &map) ATTR_COLD;
required_device<cr16b_device> m_maincpu;
};