summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/roc10937.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/roc10937.cpp')
-rw-r--r--src/devices/machine/roc10937.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/roc10937.cpp b/src/devices/machine/roc10937.cpp
index 966d28c38c9..05d332106bb 100644
--- a/src/devices/machine/roc10937.cpp
+++ b/src/devices/machine/roc10937.cpp
@@ -180,7 +180,7 @@ void rocvfd_device::device_reset()
///////////////////////////////////////////////////////////////////////////
uint32_t rocvfd_device::set_display(uint32_t segin)
{
- return bitswap<32>(segin, 31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,11,9,15,13,12,8,10,14,7,6,5,4,3,2,1,0);
+ return BITSWAP32(segin, 31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,11,9,15,13,12,8,10,14,7,6,5,4,3,2,1,0);
}