diff options
Diffstat (limited to 'src/mess/includes/msx.h')
-rw-r--r-- | src/mess/includes/msx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/msx.h b/src/mess/includes/msx.h index e475b3ee400..69fcddb3e16 100644 --- a/src/mess/includes/msx.h +++ b/src/mess/includes/msx.h @@ -124,6 +124,7 @@ public: DECLARE_MACHINE_RESET(msx); DECLARE_MACHINE_START(msx2); DECLARE_MACHINE_RESET(msx2); + INTERRUPT_GEN_MEMBER(msx_interrupt); }; @@ -132,7 +133,6 @@ public: extern const i8255_interface msx_ppi8255_interface; extern const wd17xx_interface msx_wd17xx_interface; /* start/stop functions */ -extern INTERRUPT_GEN( msx_interrupt ); extern TIMER_DEVICE_CALLBACK( msx2_interrupt ); DEVICE_IMAGE_LOAD( msx_cart ); |