summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/barcrest/mpu4plasma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/barcrest/mpu4plasma.cpp')
-rw-r--r--src/mame/barcrest/mpu4plasma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/barcrest/mpu4plasma.cpp b/src/mame/barcrest/mpu4plasma.cpp
index 4faf82b4e4b..228846f983d 100644
--- a/src/mame/barcrest/mpu4plasma.cpp
+++ b/src/mame/barcrest/mpu4plasma.cpp
@@ -39,7 +39,7 @@ private:
required_device<palette_device> m_palette;
uint32_t screen_update_mpu4plasma(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void mpu4plasma_map(address_map &map);
+ void mpu4plasma_map(address_map &map) ATTR_COLD;
};
#include "mpu4plasma.lh"