summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_26.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_26.h')
-rw-r--r--src/devices/bus/cbus/pc9801_26.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cbus/pc9801_26.h b/src/devices/bus/cbus/pc9801_26.h
index abda3181512..b354d7b9a9e 100644
--- a/src/devices/bus/cbus/pc9801_26.h
+++ b/src/devices/bus/cbus/pc9801_26.h
@@ -27,8 +27,8 @@ public:
// construction/destruction
pc9801_26_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(opn_r);
- DECLARE_WRITE8_MEMBER(opn_w);
+ uint8_t opn_r(offs_t offset);
+ void opn_w(offs_t offset, uint8_t data);
protected:
// device-level overrides