1 /* Windows-hosted kernel provides VBlank interrupt on itself, we can use it */
8 ULONG (*StartClock
)(UBYTE irq
, ULONG freq
);
9 struct timeval tb_VBlankTime
; /* Our periodic timer interval */
12 #define HostLibBase TimerBase->tb_Platform.hostlibBase