diff options
Diffstat (limited to 'src/mess/machine/tf20.h')
-rw-r--r-- | src/mess/machine/tf20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/tf20.h b/src/mess/machine/tf20.h index a799fe7bf42..6b98cd01487 100644 --- a/src/mess/machine/tf20.h +++ b/src/mess/machine/tf20.h @@ -42,7 +42,7 @@ public: DECLARE_READ8_MEMBER( rom_disable_r ); DECLARE_READ8_MEMBER( upd765_tc_r ); DECLARE_WRITE8_MEMBER( fdc_control_w ); - static IRQ_CALLBACK( irq_callback ); + IRQ_CALLBACK_MEMBER( irq_callback ); void fdc_irq(bool state); |