diff options
Diffstat (limited to 'src/mess/includes/vector06.h')
-rw-r--r-- | src/mess/includes/vector06.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mess/includes/vector06.h b/src/mess/includes/vector06.h index 3c90e638806..582fd6f3188 100644 --- a/src/mess/includes/vector06.h +++ b/src/mess/includes/vector06.h @@ -64,14 +64,12 @@ public: virtual void video_start(); virtual void palette_init(); UINT32 screen_update_vector06(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + INTERRUPT_GEN_MEMBER(vector06_interrupt); }; /*----------- defined in machine/vector06.c -----------*/ - extern const i8255_interface vector06_ppi8255_interface; extern const i8255_interface vector06_ppi8255_2_interface; -extern INTERRUPT_GEN( vector06_interrupt ); - #endif /* VECTOR06_H_ */ |