summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h83002.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h83002.h')
-rw-r--r--src/emu/cpu/h8/h83002.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h83002.h b/src/emu/cpu/h8/h83002.h
index 010846729c3..f3d9745c321 100644
--- a/src/emu/cpu/h8/h83002.h
+++ b/src/emu/cpu/h8/h83002.h
@@ -54,7 +54,7 @@ public:
h83002_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<h8h_intc_device> intc;