diff options
author | 2017-12-13 21:01:10 -0700 | |
---|---|---|
committer | 2017-12-13 21:01:10 -0700 | |
commit | 54155441e9ba9941e85d80c4834a66376a11e791 (patch) | |
tree | aa44bdaf0035cbe188d64c447f225f10f7d76d8d /src/devices/bus/c64/vw64.cpp | |
parent | f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4 (diff) |
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing
changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
Diffstat (limited to 'src/devices/bus/c64/vw64.cpp')
-rw-r--r-- | src/devices/bus/c64/vw64.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/vw64.cpp b/src/devices/bus/c64/vw64.cpp index ea0d3c3dac2..f6ed996765a 100644 --- a/src/devices/bus/c64/vw64.cpp +++ b/src/devices/bus/c64/vw64.cpp @@ -40,10 +40,10 @@ //************************************************************************** #define UNSCRAMBLE_ADDRESS(_offset) \ - bitswap<16>(_offset,15,14,13,12,6,2,8,10,11,9,7,5,4,3,1,0) + BITSWAP16(_offset,15,14,13,12,6,2,8,10,11,9,7,5,4,3,1,0) #define UNSCRAMBLE_DATA(_data) \ - bitswap<8>(_data,7,6,0,5,1,4,2,3) + BITSWAP8(_data,7,6,0,5,1,4,2,3) // 74LS122 tW=0.45*R*C = 1.1844s |