From 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 16 Jun 2022 12:47:52 +0200 Subject: full xtal conversion --- src/devices/cpu/es5510/es5510.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/es5510/es5510.cpp') diff --git a/src/devices/cpu/es5510/es5510.cpp b/src/devices/cpu/es5510/es5510.cpp index 6614c03ab52..2520fcf729d 100644 --- a/src/devices/cpu/es5510/es5510.cpp +++ b/src/devices/cpu/es5510/es5510.cpp @@ -134,7 +134,7 @@ inline static int32_t asl(int32_t value, int shift, uint8_t &flags) { } // Initialize ESP to mostly zeroed, configured for 64k samples of delay line memory, running (not halted) -es5510_device::es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +es5510_device::es5510_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : cpu_device(mconfig, ES5510, tag, owner, clock) , icount(0) , halt_asserted(false) -- cgit v1.2.3-70-g09d2