comparison src/timer/mint/SDL_vbltimer_s.h @ 3955:40b6b5744e05 SDL-1.2

Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
author Patrice Mandin <patmandin@gmail.com>
date Sat, 09 Jun 2007 19:52:05 +0000
parents d910939febfa
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
3954:649fba69eccd 3955:40b6b5744e05
26 * based on vbl vector 26 * based on vbl vector
27 * 27 *
28 * Patrice Mandin 28 * Patrice Mandin
29 */ 29 */
30 30
31 extern volatile long SDL_Atari_hz200;
32
31 /* Functions prototypes */ 33 /* Functions prototypes */
32 extern int SDL_AtariVblInstall(void *newvector); 34 extern int SDL_AtariVblInstall(void *newvector);
33 extern void SDL_AtariVblUninstall(void *newvector); 35 extern void SDL_AtariVblUninstall(void *newvector);