From 57cf17dc52bcd4571a68576dd6597ddf9fae41a8 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 18 Jun 2020 20:13:33 +0200 Subject: finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) --- src/devices/cpu/h8/h83006.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/cpu/h8/h83006.h') diff --git a/src/devices/cpu/h8/h83006.h b/src/devices/cpu/h8/h83006.h index 37ff4029476..083b91ea664 100644 --- a/src/devices/cpu/h8/h83006.h +++ b/src/devices/cpu/h8/h83006.h @@ -32,8 +32,8 @@ public: void set_mode_a20() { mode_a20 = true; } void set_mode_a24() { mode_a20 = false; } - DECLARE_READ8_MEMBER(syscr_r); - DECLARE_WRITE8_MEMBER(syscr_w); + uint8_t syscr_r(); + void syscr_w(uint8_t data); protected: h83006_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, uint32_t start); -- cgit v1.2.3-70-g09d2