Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-09-03 17:27:28 +02:00
parent fada39d2c5
commit dc5d111cf6
2 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -78,8 +78,7 @@ CS.RUN >PUSHW L.MouseData
.2 >STA.G CUR.T
>LIBCALL hLIBGUI,LIBGUI.SetCursor
jsr Destop.Paint
* jsr Destop.Paint
.4
.8 clc
@ -87,9 +86,9 @@ CS.RUN >PUSHW L.MouseData
*--------------------------------------
CS.DOEVENT lda (pEvent)
bpl .9
asl
bpl .9
>LIBCALL hLIBGUI,LIBGUI.UpdateCursor
.9 sec
rts
*--------------------------------------