summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h83008.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h83008.h')
-rw-r--r--src/emu/cpu/h8/h83008.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h83008.h b/src/emu/cpu/h8/h83008.h
index 9be1b6b978f..699f7453897 100644
--- a/src/emu/cpu/h8/h83008.h
+++ b/src/emu/cpu/h8/h83008.h
@@ -56,7 +56,7 @@ public:
h83008_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;