summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/seibu/panicr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/seibu/panicr.cpp')
-rw-r--r--src/mame/seibu/panicr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/seibu/panicr.cpp b/src/mame/seibu/panicr.cpp
index c26bcd60442..8550b8bbab9 100644
--- a/src/mame/seibu/panicr.cpp
+++ b/src/mame/seibu/panicr.cpp
@@ -109,14 +109,14 @@ private:
TILE_GET_INFO_MEMBER(get_infotile_info_2);
TILE_GET_INFO_MEMBER(get_txttile_info);
- virtual void video_start() override;
+ virtual void video_start() override ATTR_COLD;
void panicr_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(scanline);
- void panicr_map(address_map &map);
+ void panicr_map(address_map &map) ATTR_COLD;
required_device<cpu_device> m_maincpu;
required_device<t5182_device> m_t5182;