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 3332c6049d0..1cef76b3597 100644
--- a/src/emu/cpu/h83002/h8priv.h
+++ b/src/emu/cpu/h83002/h8priv.h
@@ -47,7 +47,7 @@ struct _h83xx_state
int mode_8bit;
};
-INLINE h83xx_state *get_safe_token(running_device *device)
+INLINE h83xx_state *get_safe_token(device_t *device)
{
assert(device != NULL);
assert(device->type() == H83002 ||