summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/cpc_pds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/cpc_pds.h')
-rw-r--r--src/devices/bus/cpc/cpc_pds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cpc/cpc_pds.h b/src/devices/bus/cpc/cpc_pds.h
index 5908a5a75c7..c2d7e68b6fd 100644
--- a/src/devices/bus/cpc/cpc_pds.h
+++ b/src/devices/bus/cpc/cpc_pds.h
@@ -36,8 +36,8 @@ public:
// construction/destruction
cpc_pds_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(pio_r);
- DECLARE_WRITE8_MEMBER(pio_w);
+ uint8_t pio_r(offs_t offset);
+ void pio_w(offs_t offset, uint8_t data);
protected:
// device-level overrides