summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bloodbro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bloodbro.cpp')
-rw-r--r--src/mame/drivers/bloodbro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bloodbro.cpp b/src/mame/drivers/bloodbro.cpp
index 867c4acc3f6..b9660c759c7 100644
--- a/src/mame/drivers/bloodbro.cpp
+++ b/src/mame/drivers/bloodbro.cpp
@@ -860,7 +860,7 @@ DRIVER_INIT_MEMBER(bloodbro_state,weststry)
{
/* sprite roms ws25 and ws26 have 2 bits swapped
there is also an address swap but that is currently handled in the video implementation */
- sprites[i] = bitswap<8>(sprites[i],7,6,4,5,3,2,1,0);
+ sprites[i] = BITSWAP8(sprites[i],7,6,4,5,3,2,1,0);
}
m_weststry_opl_irq = false;