summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m92.h')
-rw-r--r--src/mame/includes/m92.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/m92.h b/src/mame/includes/m92.h
index cb33bd6796e..cd50fd465a5 100644
--- a/src/mame/includes/m92.h
+++ b/src/mame/includes/m92.h
@@ -78,6 +78,7 @@ public:
UINT32 screen_update_m92(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_ppan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(spritebuffer_callback);
+ TIMER_DEVICE_CALLBACK_MEMBER(m92_scanline_interrupt);
};
/*----------- defined in drivers/m92.c -----------*/