1
0
Fork 0

Add PIT_TICK_RATE define

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@270
This commit is contained in:
Sjoerd van der Berg 2002-09-15 11:46:06 +00:00
parent 5bfa4cb74c
commit 3c24c0a2fb

View file

@ -22,6 +22,9 @@
#include <SDL/SDL.h>
extern Bit32u LastTicks;
#define PIT_TICK_RATE 1193182
#define GetTicks() SDL_GetTicks()
extern bool TimerAgain;
@ -50,6 +53,5 @@ void TIMER_CheckPIT(void);
/* This will add ms ticks to support the timer handlers */
void TIMER_AddTicks(Bit32u ticks);
#endif