diff options
Diffstat (limited to 'src/devices/machine/wozfdc.h')
-rw-r--r-- | src/devices/machine/wozfdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wozfdc.h b/src/devices/machine/wozfdc.h index 3fae86420b0..6c7a438be17 100644 --- a/src/devices/machine/wozfdc.h +++ b/src/devices/machine/wozfdc.h @@ -42,7 +42,7 @@ protected: virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; void control(int offset); - DECLARE_WRITE8_MEMBER(set_phase); + void set_phase(uint8_t data); uint64_t time_to_cycles(const attotime &tm); attotime cycles_to_time(uint64_t cycles); void a3_update_drive_sel(); |