Merge branch '86Box:master' into nec-v20

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:30:54 -04:00
committed by GitHub
8 changed files with 27 additions and 12 deletions

View File

@@ -136,6 +136,7 @@ extern int is_pentium; /* TODO: Move back to cpu/cpu.h when it's figured out,
how to remove that hack from the ET4000/W32p. */
extern int fixed_size_x, fixed_size_y;
extern double mouse_sensitivity; /* (C) Mouse sensitivity scale */
extern double mouse_x_error, mouse_y_error; /* Mouse error accumulators */
extern int pit_mode; /* (C) force setting PIT mode */
extern int fm_driver; /* (C) select FM sound driver */