diff options
| author | 2013-12-24 07:24:51 +0000 | |
|---|---|---|
| committer | 2013-12-24 07:24:51 +0000 | |
| commit | ca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch) | |
| tree | aa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/mess/includes/mc1502.h | |
| parent | efaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff) | |
Cleanups and version bumpmame0152
Diffstat (limited to 'src/mess/includes/mc1502.h')
| -rw-r--r-- | src/mess/includes/mc1502.h | 10 |
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; }; |
