From 9bf81912d3e6c7a59b83ebbbdab72189d1c3cc75 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 13 Dec 2017 17:32:17 +1100 Subject: get rid of legacy BITSWAP* (nw) --- src/devices/machine/tms6100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/tms6100.cpp') diff --git a/src/devices/machine/tms6100.cpp b/src/devices/machine/tms6100.cpp index d2fb40cef36..0728a511e8d 100644 --- a/src/devices/machine/tms6100.cpp +++ b/src/devices/machine/tms6100.cpp @@ -182,7 +182,7 @@ void tms6100_device::handle_command(u8 cmd) // M58819S reads serial data reversed if (m_reverse_bits) - m_sa = BITSWAP8(m_sa,0,1,2,3,4,5,6,7); + m_sa = bitswap<8>(m_sa,0,1,2,3,4,5,6,7); } else { -- cgit v1.2.3-70-g09d2