]> git.sur5r.net Git - cc65/blobdiff - asminc/mouse-kernel.inc
Moved C128 specific definitions to cbm_kernal.inc
[cc65] / asminc / mouse-kernel.inc
index 4ad9a733e0b9c8394699ef032e78c2a664e767cd..3eebca244d201cbb74a1783204ea1043dd96bf2a 100644 (file)
@@ -78,9 +78,9 @@
                         .byte
             CSHOW       .addr
                         .byte
-            CDRAW       .addr
+            CPREP       .addr
                         .byte
-            CMOVE       .addr
+            CDRAW       .addr
                         .byte
             CMOVEX      .addr
                         .byte
@@ -94,8 +94,8 @@
 .struct MOUSE_CALLBACKS
         HIDE    .addr                   ; Hide the mouse cursor
         SHOW    .addr                   ; Show the mouse cursor
+        PREP    .addr                   ; Prepare to move the mouse cursor
         DRAW    .addr                   ; Draw the mouse cursor
-        MOVE    .addr                   ; Prepare to move the mouse cursor
         MOVEX   .addr                   ; Move the mouse cursor to X coord
         MOVEY   .addr                   ; Move the mouse cursor to Y coord
 .endstruct