summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/bw12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/bw12.h')
-rw-r--r--src/mess/includes/bw12.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/bw12.h b/src/mess/includes/bw12.h
index 82e6e2968c3..16b5ee10d25 100644
--- a/src/mess/includes/bw12.h
+++ b/src/mess/includes/bw12.h
@@ -89,6 +89,7 @@ public:
int m_motor_on;
int m_motor0;
int m_motor1;
+ TIMER_DEVICE_CALLBACK_MEMBER(floppy_motor_off_tick);
};
#endif