summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vcs80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vcs80.cpp')
-rw-r--r--src/mame/drivers/vcs80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vcs80.cpp b/src/mame/drivers/vcs80.cpp
index 2fbbcf7fa48..701887f9e91 100644
--- a/src/mame/drivers/vcs80.cpp
+++ b/src/mame/drivers/vcs80.cpp
@@ -178,7 +178,7 @@ WRITE8_MEMBER( vcs80_state::pio_pb_w )
*/
- uint8_t led_data = BITSWAP8(data & 0x7f, 7, 5, 6, 4, 3, 2, 1, 0);
+ uint8_t led_data = bitswap<8>(data & 0x7f, 7, 5, 6, 4, 3, 2, 1, 0);
int digit = m_keylatch;
/* skip middle digit */