summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tx1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tx1.cpp')
-rw-r--r--src/mame/video/tx1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tx1.cpp b/src/mame/video/tx1.cpp
index 019b007d18f..dabfc0a9ae3 100644
--- a/src/mame/video/tx1.cpp
+++ b/src/mame/video/tx1.cpp
@@ -1499,7 +1499,7 @@ void tx1_state::buggyboy_get_roadpix(int screen, int ls161, uint8_t rva0_6, uint
*rc3 = d0 & d1;
if (rom_flip)
- *rc3 = BITSWAP8(*rc3, 0, 1, 2, 3, 4, 5, 6, 7);
+ *rc3 = bitswap<8>(*rc3, 0, 1, 2, 3, 4, 5, 6, 7);
}
else
*rc3 = 0;