summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8s2655.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8s2655.h')
-rw-r--r--src/emu/cpu/h8/h8s2655.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8s2655.h b/src/emu/cpu/h8/h8s2655.h
index 52c5f9ecdcf..ca90c99d777 100644
--- a/src/emu/cpu/h8/h8s2655.h
+++ b/src/emu/cpu/h8/h8s2655.h
@@ -57,7 +57,7 @@ public:
h8s2655_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(syscr_r);
- DECLARE_WRITE8_MEMBER(syscr_w);
+ DECLARE_WRITE8_MEMBER(syscr_w);
protected:
required_device<h8s_intc_device> intc;