summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scregg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scregg.cpp')
-rw-r--r--src/mame/drivers/scregg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scregg.cpp b/src/mame/drivers/scregg.cpp
index 778c6cbf639..30e7c0a6275 100644
--- a/src/mame/drivers/scregg.cpp
+++ b/src/mame/drivers/scregg.cpp
@@ -419,7 +419,7 @@ DRIVER_INIT_MEMBER(scregg_state,rockduck)
for (x = 0x2000; x < 0x6000; x++)
{
- src[x] = BITSWAP8(src[x],2,0,3,6,1,4,7,5);
+ src[x] = bitswap<8>(src[x],2,0,3,6,1,4,7,5);
}
}