diff options
| author | 2021-09-10 11:09:56 -0700 | |
|---|---|---|
| committer | 2021-09-10 11:09:56 -0700 | |
| commit | e94edaf482f4fb5644703599108ee7ce3b5ebbd1 (patch) | |
| tree | e3a167691e9f55b16ca89cebfaa43ad846bfdad3 /src/devices/machine/clock.cpp | |
| parent | fedb40f712d34bb2b6904487ce88dd124e26c7f5 (diff) | |
Fix merge errors and update new/changed drivers to latest APIs.
Diffstat (limited to 'src/devices/machine/clock.cpp')
| -rw-r--r-- | src/devices/machine/clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/clock.cpp b/src/devices/machine/clock.cpp index 64e937ffb29..f86033f3088 100644 --- a/src/devices/machine/clock.cpp +++ b/src/devices/machine/clock.cpp @@ -72,7 +72,7 @@ void clock_device::output() void clock_device::device_timer(timer_instance const &timer) { - switch (id) + switch (timer.id()) { case TID_CLOCK_INIT: { |
