Posted By
Litwr on 2024-03-24 02:50:34
| Re: Mouse Extension v1.0
I have got several results: 1) the main driver "mou exten 1.0p" sometimes hangs after RUN. It happens rarely but happens. It seems something is wrong with the interrupt handling code; 2) I could manage the ROM/CRT-code to work. Please make the file size 16 KB, it helps some emulators; 3) your code is successfully compiled by BCCWIF, I just used PETCAT and then compiled. However the problem is detected, the compiler incorrectly handles CBM control sequences. I want to fix this but it can take a while. You can replace the sequences with the proper ASCII code numbers if you want to get the proper compiled code. However I don't understand why do you want to compile your examples? They work perfectly under ROM-Basic. And you don't need to use integer variables (%) only, you just need to avoid any numbers that have the fractional part.
|