summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/st0016.h')
-rw-r--r--src/mame/includes/st0016.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/st0016.h b/src/mame/includes/st0016.h
index 065fdef3206..d2c448f0195 100644
--- a/src/mame/includes/st0016.h
+++ b/src/mame/includes/st0016.h
@@ -39,6 +39,7 @@ public:
DECLARE_VIDEO_START(st0016);
void st0016_draw_screen(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_st0016(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(st0016_int);
};
#define ISMACS (st0016_game&0x80)