diff options
Diffstat (limited to 'src/emu/cpu/sh2/sh2.h')
-rw-r--r-- | src/emu/cpu/sh2/sh2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/sh2/sh2.h b/src/emu/cpu/sh2/sh2.h index 151a917d614..bea7a7aa7fd 100644 --- a/src/emu/cpu/sh2/sh2.h +++ b/src/emu/cpu/sh2/sh2.h @@ -67,8 +67,8 @@ struct sh2_cpu_core DECLARE_LEGACY_CPU_DEVICE(SH1, sh1); DECLARE_LEGACY_CPU_DEVICE(SH2, sh2); -WRITE32_HANDLER( sh2_internal_w ); -READ32_HANDLER( sh2_internal_r ); +DECLARE_WRITE32_HANDLER( sh2_internal_w ); +DECLARE_READ32_HANDLER( sh2_internal_r ); void sh2_set_ftcsr_read_callback(device_t *device, void (*callback)(UINT32)); void sh2_set_frt_input(device_t *device, int state); |