summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002/h8priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h83002/h8priv.h')
-rw-r--r--src/emu/cpu/h83002/h8priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h83002/h8priv.h b/src/emu/cpu/h83002/h8priv.h
index c60405f1c2c..922ad1e2f4e 100644
--- a/src/emu/cpu/h83002/h8priv.h
+++ b/src/emu/cpu/h83002/h8priv.h
@@ -90,7 +90,7 @@ INLINE h83xx_state *get_safe_token(device_t *device)
assert(device->type() == H83002 ||
device->type() == H83007 ||
device->type() == H83044 ||
- device->type() == H83334 ||
+ device->type() == H83334 ||
device->type() == H8S2241 ||
device->type() == H8S2246 ||
device->type() == H8S2323);