summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocass.cpp')
-rw-r--r--src/mame/video/decocass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decocass.cpp b/src/mame/video/decocass.cpp
index 7c4708ad6bd..993be2369d4 100644
--- a/src/mame/video/decocass.cpp
+++ b/src/mame/video/decocass.cpp
@@ -241,7 +241,7 @@ void decocass_state::draw_special_priority(bitmap_ind16 &bitmap, bitmap_ind8 &pr
if ((crossing == 0 || BIT(m_mode_set, 6)) && !BIT(m_mode_set, 5))
return;
- int color = (BITSWAP8(m_color_center_bot, 0, 1, 7, 2, 3, 4, 5, 6) & 0x27) | 0x08;
+ int color = (bitswap<8>(m_color_center_bot, 0, 1, 7, 2, 3, 4, 5, 6) & 0x27) | 0x08;
int sy = 64 - m_part_v_shift + 1;
if (sy < 0)