diff options
Diffstat (limited to 'src/devices/bus/s100/wunderbus.cpp')
-rw-r--r-- | src/devices/bus/s100/wunderbus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/wunderbus.cpp b/src/devices/bus/s100/wunderbus.cpp index 1bd7df7cb2a..e0eec1b3b4f 100644 --- a/src/devices/bus/s100/wunderbus.cpp +++ b/src/devices/bus/s100/wunderbus.cpp @@ -345,7 +345,7 @@ uint8_t s100_wunderbus_device::s100_sinp_r(address_space &space, offs_t offset) */ - data = bitswap<8>(m_10a->read(),0,1,2,3,4,5,6,7) & 0xfc; + data = BITSWAP8(m_10a->read(),0,1,2,3,4,5,6,7) & 0xfc; break; case 2: // R.T. Clock IN/RESET CLK. Int. |