summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/ddi1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/ddi1.h')
-rw-r--r--src/devices/bus/cpc/ddi1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/cpc/ddi1.h b/src/devices/bus/cpc/ddi1.h
index 6e07813c7a2..ab25ce454d3 100644
--- a/src/devices/bus/cpc/ddi1.h
+++ b/src/devices/bus/cpc/ddi1.h
@@ -23,10 +23,10 @@ public:
// construction/destruction
cpc_ddi1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER(motor_w);
- DECLARE_WRITE8_MEMBER(fdc_w);
- DECLARE_READ8_MEMBER(fdc_r);
- DECLARE_WRITE8_MEMBER(rombank_w);
+ void motor_w(offs_t offset, uint8_t data);
+ void fdc_w(offs_t offset, uint8_t data);
+ uint8_t fdc_r(offs_t offset);
+ void rombank_w(uint8_t data);
protected:
// device-level overrides