VOGONS

Common searches


Search results

Display options

Re: High precision timing->

"I could do that, but won't that mess up the time/date?" If you call the original handler at the original frequency, then no, otherwise yes. Let's say you let the timer run at twice the speed, then your int 8 handler has to call the original int 8 handler every second time that your handler is …

Re: High precision timing->

I don't know about QBasic, but the BIOS offers a function to wait a specific time (int 15h, function 86h, time to wait in microseconds has to be in cx:dx). Maybe you could implement that into QBasic somehow?

Page 4 of 4