summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/espial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/espial.h')
-rw-r--r--src/mame/includes/espial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/espial.h b/src/mame/includes/espial.h
index ed6cf060ba1..0bf07e60cdb 100644
--- a/src/mame/includes/espial.h
+++ b/src/mame/includes/espial.h
@@ -53,4 +53,5 @@ public:
DECLARE_VIDEO_START(netwars);
UINT32 screen_update_espial(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(espial_sound_nmi_gen);
+ TIMER_DEVICE_CALLBACK_MEMBER(espial_scanline);
};