From e94edaf482f4fb5644703599108ee7ce3b5ebbd1 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 10 Sep 2021 11:09:56 -0700 Subject: Fix merge errors and update new/changed drivers to latest APIs. --- src/devices/machine/clock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/clock.cpp') 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: { -- cgit v1.2.3