Hello,
I am having issues with the mouse kempston emulation. If I try to run this simple basic code:
10 CLS : LET x=0: LET y=0
20 LET xx=x: LET yy=y: LET X=IN 64479
30 LET Y=IN 65503
40 LET B=IN 64223
50 PRINT AT 0,0;"X: ";X
60 PRINT AT 1,0;"Y: ";Y
70 PRINT AT 2,0;"B: ";B
71 IF y>175 THEN LET y=175
72 IF x<>xx OR y<>yy THEN PLOT OVER 1;xx,yy
75 PLOT x,y
80 GO TO 20
Tested with Fuse 1.9.0, the result is all over the place, the values returned change even if I do not move the mouse. The code works fine with BASINC and ZesarUX. I could not test real hardware because I don't have a real kempston mouse but it is supposed to work.
Please help.
Thanks
Nevermind, it works after deleting all fuse settings and reinstalling it. Cheers.