Files
86Box/src/mouse.h
OBattler b78b2fecaa Timer counters now 64-bit;
Cleaned up floppy code a lot and reverted to single poller;
Fixed segment present bit and limit checking at read/write within segment;
The ASUS boards now have memregs too;
RTC code improved based on suggestion by Sarah Walker;
Fixed SVGA odd/even emulation and added chain odd/even support;
Removed non-existent CPU's.
2016-07-19 02:44:32 +02:00

6 lines
98 B
C

extern void (*mouse_poll)(int x, int y, int b);
extern int mousepos;
extern int64_t mousedelay;