summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8s2320.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8s2320.h')
-rw-r--r--src/emu/cpu/h8/h8s2320.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8s2320.h b/src/emu/cpu/h8/h8s2320.h
index 924e117150c..0df2d0761a4 100644
--- a/src/emu/cpu/h8/h8s2320.h
+++ b/src/emu/cpu/h8/h8s2320.h
@@ -68,7 +68,7 @@ public:
h8s2320_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;