diff options
Diffstat (limited to 'src/mess/includes/intv.h')
-rw-r--r-- | src/mess/includes/intv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/intv.h b/src/mess/includes/intv.h index eeedb655ede..605113e7de4 100644 --- a/src/mess/includes/intv.h +++ b/src/mess/includes/intv.h @@ -132,6 +132,8 @@ public: DECLARE_MACHINE_RESET(intvecs); UINT32 screen_update_intv(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); UINT32 screen_update_intvkbd(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + INTERRUPT_GEN_MEMBER(intv_interrupt2); + INTERRUPT_GEN_MEMBER(intv_interrupt); }; /*----------- defined in video/intv.c -----------*/ @@ -144,7 +146,6 @@ void intv_stic_screenrefresh(running_machine &machine); DEVICE_START( intv_cart ); DEVICE_IMAGE_LOAD( intv_cart ); -extern INTERRUPT_GEN( intv_interrupt ); /* for the console + keyboard component... */ DEVICE_IMAGE_LOAD( intvkbd_cart ); |