New timer code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@263
This commit is contained in:
parent
0809de690d
commit
79f9d333b3
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
extern Bit32u LastTicks;
|
||||
#define GetTicks() SDL_GetTicks()
|
||||
|
||||
extern bool TimerAgain;
|
||||
|
||||
typedef void (*TIMER_TickHandler)(Bitu ticks);
|
||||
typedef void (*TIMER_MicroHandler)(void);
|
||||
typedef void (*TIMER_DelayHandler)(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue