summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/simple_st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/simple_st0016.h')
-rw-r--r--src/mame/includes/simple_st0016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/simple_st0016.h b/src/mame/includes/simple_st0016.h
index 813af65ed6c..b18a181c819 100644
--- a/src/mame/includes/simple_st0016.h
+++ b/src/mame/includes/simple_st0016.h
@@ -38,7 +38,7 @@ public:
void init_mayjisn2();
void init_renju();
virtual void machine_start() override;
- void video_start_st0016() ATTR_COLD;
+ DECLARE_VIDEO_START(st0016);
uint32_t screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(st0016_int);
void st0016(machine_config &config);