From 23f16d2b719fb56ff527716d20508037547aea61 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 16 Sep 2024 02:21:55 +1000 Subject: [PATCH] cpu/tlcs900/tmp95c061.cpp --- src/devices/cpu/tlcs900/tmp95c061.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/devices/cpu/tlcs900/tmp95c061.cpp b/src/devices/cpu/tlcs900/tmp95c061.cpp index aaee606f7f346..55c591cc74542 100644 --- a/src/devices/cpu/tlcs900/tmp95c061.cpp +++ b/src/devices/cpu/tlcs900/tmp95c061.cpp @@ -78,22 +78,22 @@ void tmp95c061_device::port_fc_w(uint8_t data) m_port_function[P] = data; } -template<> -void tmp95c061_device::port_w (uint8_t data) +template <> +void tmp95c061_device::port_w(uint8_t data) { m_port_latch[PORT_A] = data; update_porta(); } -template<> -void tmp95c061_device::port_cr_w (uint8_t data) +template <> +void tmp95c061_device::port_cr_w(uint8_t data) { m_port_control[PORT_A] = data; update_porta(); } -template<> -void tmp95c061_device::port_fc_w (uint8_t data) +template <> +void tmp95c061_device::port_fc_w(uint8_t data) { m_port_function[PORT_A] = data; update_porta();