summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tvgames/micom_mahjong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tvgames/micom_mahjong.cpp')
-rw-r--r--src/mame/tvgames/micom_mahjong.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/tvgames/micom_mahjong.cpp b/src/mame/tvgames/micom_mahjong.cpp
index a8956c67747..7f2268e9e2c 100644
--- a/src/mame/tvgames/micom_mahjong.cpp
+++ b/src/mame/tvgames/micom_mahjong.cpp
@@ -53,7 +53,7 @@ public:
void mmahjong(machine_config &config);
protected:
- virtual void machine_start() override;
+ virtual void machine_start() override ATTR_COLD;
private:
required_device<cpu_device> m_maincpu;
@@ -68,7 +68,7 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info) { tileinfo.set(0, m_vram[tile_index], 0, 0); }
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void main_map(address_map &map);
+ void main_map(address_map &map) ATTR_COLD;
void vram_w(offs_t offset, u8 data);
void input_w(u8 data);