summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2655.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2655.h')
-rw-r--r--src/devices/cpu/h8/h8s2655.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/h8/h8s2655.h b/src/devices/cpu/h8/h8s2655.h
index c7841af0c26..aa8384bce73 100644
--- a/src/devices/cpu/h8/h8s2655.h
+++ b/src/devices/cpu/h8/h8s2655.h
@@ -30,8 +30,8 @@ class h8s2655_device : public h8s2600_device {
public:
h8s2655_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(syscr_r);
- DECLARE_WRITE8_MEMBER(syscr_w);
+ uint8_t syscr_r();
+ void syscr_w(uint8_t data);
protected:
required_device<h8s_intc_device> intc;