summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8726.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8726.h')
-rw-r--r--src/devices/machine/mos8726.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/mos8726.h b/src/devices/machine/mos8726.h
index 102333588e8..90b78ec8412 100644
--- a/src/devices/machine/mos8726.h
+++ b/src/devices/machine/mos8726.h
@@ -60,8 +60,8 @@ public:
// construction/destruction
mos8726_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
DECLARE_WRITE_LINE_MEMBER( bs_w );