summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/system16.cpp')
-rw-r--r--src/mame/drivers/system16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/system16.cpp b/src/mame/drivers/system16.cpp
index a28dfe8717a..61320395e2d 100644
--- a/src/mame/drivers/system16.cpp
+++ b/src/mame/drivers/system16.cpp
@@ -3947,7 +3947,7 @@ DRIVER_INIT_MEMBER(segas1x_bootleg_state,beautyb)
{
rom[x] = rom[x] ^ 0x2400;
- if (x & 8) rom[x] = bitswap<16>(rom[x],15,14,10,12, 11,13,9,8,
+ if (x & 8) rom[x] = BITSWAP16(rom[x],15,14,10,12, 11,13,9,8,
7,6,5,4, 3,2,1,0 );
}