summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cxd1095.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cxd1095.h')
-rw-r--r--src/devices/machine/cxd1095.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/cxd1095.h b/src/devices/machine/cxd1095.h
index 3c7d6ce46bc..f5decf3def7 100644
--- a/src/devices/machine/cxd1095.h
+++ b/src/devices/machine/cxd1095.h
@@ -65,8 +65,8 @@ public:
auto out_porte_cb() { return out_port_cb<4>(); }
// memory handlers
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ u8 read(offs_t offset);
+ void write(offs_t offset, u8 data);
protected:
// device-level overrides