summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd33c9x.h')
-rw-r--r--src/devices/machine/wd33c9x.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/machine/wd33c9x.h b/src/devices/machine/wd33c9x.h
index bdfb84fe8d9..012c4f5921f 100644
--- a/src/devices/machine/wd33c9x.h
+++ b/src/devices/machine/wd33c9x.h
@@ -32,7 +32,7 @@ public:
void indir_reg_w(uint8_t data);
// Master Reset (MR) Interface
- DECLARE_WRITE_LINE_MEMBER(reset_w);
+ void reset_w(int state);
// DMA Interface (for use with DRQ)
uint8_t dma_r();
@@ -43,7 +43,8 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
+
+ TIMER_CALLBACK_MEMBER(update_step);
virtual void scsi_ctrl_changed() override;