2 ; Ullrich von Bassewitz, 2002-12-09, 2009-09-27
4 ; PLOT replacement function for the C64. The kernal function in the -02 kernals
5 ; does not set the pointer to the color RAM correctly, so we need to fix that.
14 jsr $FFF0 ; Set cursor position
15 jmp $EA24 ; Set pointer to color RAM
17 @L1: jmp $FFF0 ; Get cursor position