diff options
Diffstat (limited to 'src/emu/cpu/sc61860/sc61860.h')
-rw-r--r-- | src/emu/cpu/sc61860/sc61860.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/sc61860/sc61860.h b/src/emu/cpu/sc61860/sc61860.h index cc8dc6b9bbd..e834873744d 100644 --- a/src/emu/cpu/sc61860/sc61860.h +++ b/src/emu/cpu/sc61860/sc61860.h @@ -55,7 +55,6 @@ CPU_DISASSEMBLE( sc61860 ); /* this is though for power on/off of the sharps */ UINT8 *sc61860_internal_ram(running_device *device); -CPU_GET_INFO( sc61860 ); -#define CPU_SC61860 CPU_GET_INFO_NAME( sc61860 ) +DECLARE_LEGACY_CPU_DEVICE(SC61860, sc61860); #endif /* __SC61860_H__ */ |