summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/digamart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/digamart.cpp')
-rw-r--r--src/mame/sega/digamart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/digamart.cpp b/src/mame/sega/digamart.cpp
index 58702a54f5d..d1a1e0bd465 100644
--- a/src/mame/sega/digamart.cpp
+++ b/src/mame/sega/digamart.cpp
@@ -47,7 +47,7 @@ public:
private:
required_device<cpu_device> m_maincpu;
- void program_map(address_map &map);
+ void program_map(address_map &map) ATTR_COLD;
};