diff options
Diffstat (limited to 'src/mess/includes/pc1512.h')
-rw-r--r-- | src/mess/includes/pc1512.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/pc1512.h b/src/mess/includes/pc1512.h index 23548dccf3d..bc3395a7e1e 100644 --- a/src/mess/includes/pc1512.h +++ b/src/mess/includes/pc1512.h @@ -160,6 +160,7 @@ public: DECLARE_INPUT_CHANGED_MEMBER( mouse_x_changed ); DECLARE_INPUT_CHANGED_MEMBER( mouse_y_changed ); DECLARE_FLOPPY_FORMATS( floppy_formats ); + IRQ_CALLBACK_MEMBER(pc1512_irq_callback); // system status register int m_pit1; |