diff options
Diffstat (limited to 'src/mess/includes/bbc.h')
-rw-r--r-- | src/mess/includes/bbc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h index dbdfc2852c3..52fadd1bcd8 100644 --- a/src/mess/includes/bbc.h +++ b/src/mess/includes/bbc.h @@ -282,6 +282,9 @@ public: DECLARE_MACHINE_RESET(bbcbp); DECLARE_VIDEO_START(bbcbp); UINT32 screen_update_bbc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + INTERRUPT_GEN_MEMBER(bbcb_vsync); + INTERRUPT_GEN_MEMBER(bbcb_keyscan); + INTERRUPT_GEN_MEMBER(bbcm_keyscan); }; @@ -295,9 +298,6 @@ extern const via6522_interface bbcb_system_via; extern const via6522_interface bbcb_user_via; extern const wd17xx_interface bbc_wd17xx_interface; -INTERRUPT_GEN( bbcb_keyscan ); -INTERRUPT_GEN( bbcm_keyscan ); - /* disc support */ DEVICE_IMAGE_LOAD ( bbcb_cart ); |