summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/gpworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/gpworld.cpp')
-rw-r--r--src/mame/sega/gpworld.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/sega/gpworld.cpp b/src/mame/sega/gpworld.cpp
index 3707a8bee25..888378c8cf1 100644
--- a/src/mame/sega/gpworld.cpp
+++ b/src/mame/sega/gpworld.cpp
@@ -68,11 +68,11 @@ public:
void gpworld(machine_config &config);
private:
- virtual void machine_start() override;
+ virtual void machine_start() override ATTR_COLD;
virtual void driver_start() override;
- void mainmem(address_map &map);
- void mainport(address_map &map);
+ void mainmem(address_map &map) ATTR_COLD;
+ void mainport(address_map &map) ATTR_COLD;
TIMER_CALLBACK_MEMBER(irq_stop);