diff options
Diffstat (limited to 'src/emu/cpu/sh2/sh2.c')
-rw-r--r-- | src/emu/cpu/sh2/sh2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/sh2/sh2.c b/src/emu/cpu/sh2/sh2.c index 35f162d4865..1c2864764b1 100644 --- a/src/emu/cpu/sh2/sh2.c +++ b/src/emu/cpu/sh2/sh2.c @@ -2455,12 +2455,12 @@ CPU_GET_INFO( sh1 ) } } -void sh2drc_set_options(const device_config *device, UINT32 options) +void sh2drc_set_options(running_device *device, UINT32 options) { /* doesn't apply here */ } -void sh2drc_add_pcflush(const device_config *device, offs_t address) +void sh2drc_add_pcflush(running_device *device, offs_t address) { /* doesn't apply here */ } |