summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mc1502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mc1502.h')
-rw-r--r--src/mess/includes/mc1502.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/includes/mc1502.h b/src/mess/includes/mc1502.h
index 7348f0071da..a5c973bf0f5 100644
--- a/src/mess/includes/mc1502.h
+++ b/src/mess/includes/mc1502.h
@@ -77,11 +77,11 @@ public:
DECLARE_WRITE8_MEMBER(mc1502_kppi_portb_w);
DECLARE_WRITE8_MEMBER(mc1502_kppi_portc_w);
/*
- TIMER_CALLBACK_MEMBER(fdc_motor_callback);
- static struct {
- int fdc_motor_on;
- emu_timer *fdc_motor_timer;
- } m_motor;
+ TIMER_CALLBACK_MEMBER(fdc_motor_callback);
+ static struct {
+ int fdc_motor_on;
+ emu_timer *fdc_motor_timer;
+ } m_motor;
*/
const char *m_cputag;
};