mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
Added left and right buffers for over scroll
This commit is contained in:
@@ -8,7 +8,7 @@ SwitchBuffers:
|
||||
move.l offscreen,a0
|
||||
move.l onscreen,offscreen
|
||||
move.l a0,onscreen
|
||||
moveq.l #0,d0
|
||||
moveq.l #LEFT_SCREEN_BUFFER_BYTES,d0
|
||||
move.l a0,a1
|
||||
lea copperListBplPtr,a0
|
||||
jsr PokeBitplanePointers
|
||||
|
||||
Reference in New Issue
Block a user