diff options
Diffstat (limited to 'src/emu/deprecat.h')
-rw-r--r-- | src/emu/deprecat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/deprecat.h b/src/emu/deprecat.h index 9417923dd6b..943bc28d848 100644 --- a/src/emu/deprecat.h +++ b/src/emu/deprecat.h @@ -48,7 +48,7 @@ handlers to synchronize their operation. If you call this from outside an interrupt handler, add 1 to the result, i.e. if it returns 0, it means that the interrupt handler will be called once. */ -int cpu_getiloops(const device_config *device); +int cpu_getiloops(running_device *device); |