summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/y2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/y2.cpp')
-rw-r--r--src/mame/sega/y2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/y2.cpp b/src/mame/sega/y2.cpp
index cc63702f0c1..d4a6f86fd70 100644
--- a/src/mame/sega/y2.cpp
+++ b/src/mame/sega/y2.cpp
@@ -39,7 +39,7 @@ public:
void system_board_y2(machine_config &config);
protected:
- virtual void video_start() override;
+ virtual void video_start() override ATTR_COLD;
private:
uint32_t screen_update_system_board_y2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);