You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reprogram bitplane pointers one has to use two copper MOVE's – first to write BPLPTHx and second to write BPLPTLx. That could be an issue if they were changed every line. What if all bitplanes were contained within the same 64KiB page? BPLPTHx would be constant – that could be useful for optimizations!
The text was updated successfully, but these errors were encountered:
To reprogram bitplane pointers one has to use two copper
MOVE
's – first to writeBPLPTHx
and second to writeBPLPTLx
. That could be an issue if they were changed every line. What if all bitplanes were contained within the same 64KiB page?BPLPTHx
would be constant – that could be useful for optimizations!The text was updated successfully, but these errors were encountered: