At 18.53 07/11/01 +0100, you wrote: >Norman Dunbar wrote: > > There was a fix to this problem which I believe was something to do > with the > > interrupt timer (or similar) not being generated by Win95 so there > wasn't as > > many as the system expected. This made the response to the keyboards - at > > least, for me, in the editing on a SuperBasic line - very slow indeed. > >As the patch was from me: >--- >You've to patch the m68k part. Somewhere there's the following code: > > subq.b #1,$1f720 > beq.s isrv_poll > rte >isrv_poll > movem.l (...) > move.l (...) > move.b #40,$1f720 > >Change the last line to > move.b #8,$1f720 > >On the SMSQE.EXE version I have (I think it's the latest) the byte is >located at $13357. So just change the $28 there into 8. > >This should at least give a working 50Hz poll. Of course I couldn't try it >because I don't have a QXL.
I own SMSQ.EXE version 2.76 At address $13357 the byte is $40. You have a different version ? Regards. Romaldo
