summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/es5510/es5510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/es5510/es5510.h')
-rw-r--r--src/devices/cpu/es5510/es5510.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/es5510/es5510.h b/src/devices/cpu/es5510/es5510.h
index 5f424724979..4ffa174c2c5 100644
--- a/src/devices/cpu/es5510/es5510.h
+++ b/src/devices/cpu/es5510/es5510.h
@@ -21,8 +21,8 @@ public:
es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(host_r);
- DECLARE_WRITE8_MEMBER(host_w);
+ uint8_t host_r(address_space &space, offs_t offset);
+ void host_w(offs_t offset, uint8_t data);
int16_t ser_r(int offset);
void ser_w(int offset, int16_t data);