Some time ago checked the copperlists of Kefrens Megademo VII parts and I found out a very interessting thing. In the second part with the chinese dragons and the chessboard there was a write of $003f to BPLCON2. That means in binary code %0000000000111111. All the priority bits were set. But this mode is not documented in the HRM and only works on OCS machines.
What happens?
Well, a scrolltext in bitplane 5 moves on a background picture with 4 bitplanes. A colourcycle effect runs through the scrolltext. Thus we have a screen with a depth of 5 bitplanes lores. Normally we have to change colour registers 16-31 each scan line for the colourcycle effect. But not in this case. You only change colour 16 and you don't have to change the rest of the colour registers. I tried the copper move command with different bit combinations, the effect only works with the value $3f. On an AGA machine only colour 16 is changed and the rest of the colours do not.
Can someone explain this phenomenon?