summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sm8500/sm8500.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sm8500/sm8500.h')
-rw-r--r--src/emu/cpu/sm8500/sm8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/sm8500/sm8500.h b/src/emu/cpu/sm8500/sm8500.h
index 6b4fc639576..c63f5dd9445 100644
--- a/src/emu/cpu/sm8500/sm8500.h
+++ b/src/emu/cpu/sm8500/sm8500.h
@@ -37,6 +37,6 @@ extern CPU_GET_INFO( sm8500 );
extern CPU_DISASSEMBLE( sm8500 );
-UINT8 *sm8500_get_internal_ram(cpu_device *device);
+UINT8 *sm8500_get_internal_ram(legacy_cpu_device *device);
#endif /* __SM8500_H__ */