This website requires JavaScript.
Explore
Help
Sign In
claunia
/
86Box
Watch
1
Star
0
Fork
0
You've already forked 86Box
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
be871d8c714fdc78c2370c3d4fbb8615c880bcca
86Box
/
src
/
mouse.h
6 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Initial submission of the PCem-Experimental source code.
2016-06-26 00:34:39 +02:00
extern
void
(
*
mouse_poll
)
(
int
x
,
int
y
,
int
b
)
;
extern
int
mousepos
;
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
extern
int64_t
mousedelay
;
Initial submission of the PCem-Experimental source code.
2016-06-26 00:34:39 +02:00
Reference in New Issue
Copy Permalink