From d42b1f05997fe1e2dc75939e372eccc5c4fa08ab Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Tue, 10 Oct 2023 11:19:17 +0200 Subject: ...reverting the mcs48 unneeded changes. --- src/devices/cpu/mcs48/mcs48.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/cpu/mcs48/mcs48.h b/src/devices/cpu/mcs48/mcs48.h index 2a6e907bd06..3640286a524 100644 --- a/src/devices/cpu/mcs48/mcs48.h +++ b/src/devices/cpu/mcs48/mcs48.h @@ -138,7 +138,6 @@ public: u32 get_ale_clock() { return m_clock / 3 / 5; } u32 get_t0_clock() { return m_clock / 3; } - void reset_w() { device_reset(); } protected: typedef void (mcs48_cpu_device::*mcs48_ophandler)(); -- cgit v1.2.3