Re: [MSX] switching r800 - z80 in TP

2003-12-04 Thread Laurens Holst
The MSX Files wrote: I have a better one: detect if the computer is a turbo-r, and if it is, set R800 mode, and set a flag so the program knows you are in 7mhz, not in 3Mhz. So wherever your animation gets too fast (or any other routines you want to slow down), just check the speed flag and

Re[2]: [MSX] switching r800 - z80 in TP

2003-12-04 Thread Adrian Oboroc
Gah, one should just time on the TIME value (in Basic) / JIFFY (in assembly). CPU-dependant timing, well, it kinda sucks. Grauw, what is JIFFY? ___ MSX mailing list ([EMAIL PROTECTED]) Info page: http://lists.stack.nl/mailman/listinfo/msx

Re: Re[2]: [MSX] switching r800 - z80 in TP

2003-12-04 Thread The MSX Files
At 12:31 AM 05/12/2003 +0300, you wrote: Gah, one should just time on the TIME value (in Basic) / JIFFY (in assembly). CPU-dependant timing, well, it kinda sucks. Grauw, what is JIFFY? Jiffy is an interrupt counter. And you can also access it on Pascal: Var Jiffy: integer absolute $FC9E; My