summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/megadriv_unksoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/megadriv_unksoc.cpp')
-rw-r--r--src/mame/sega/megadriv_unksoc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/sega/megadriv_unksoc.cpp b/src/mame/sega/megadriv_unksoc.cpp
index 221f034340e..f0cd1473c54 100644
--- a/src/mame/sega/megadriv_unksoc.cpp
+++ b/src/mame/sega/megadriv_unksoc.cpp
@@ -25,9 +25,9 @@ public:
m_rom(*this, "maincpu")
{ }
- void megadriv_dgunl_ntsc(machine_config &config);
+ void megadriv_dgunl_ntsc(machine_config &config) ATTR_COLD;
- void init_dgunl3227();
+ void init_dgunl3227() ATTR_COLD;
protected:
virtual void machine_start() override ATTR_COLD;
@@ -59,7 +59,7 @@ public:
void megadriv_ra145_ntsc(machine_config &config);
- void init_ra145();
+ void init_ra145() ATTR_COLD;
protected:
virtual void machine_reset() override ATTR_COLD;