Fixed the mouse-off-by-one error on Windows version.

Added ROM ID's for Compaq Portable II et al, pending TheCollector1995's patch to add those machines back.
This commit is contained in:
waltje
2017-11-11 01:37:23 -05:00
parent 006639fe5a
commit f65e8c3110
6 changed files with 124 additions and 119 deletions

View File

@@ -22,10 +22,10 @@
#include <stdint.h>
#include <string.h>
#include <wchar.h>
#include "machine/machine.h"
#include "86box.h"
#include "device.h"
#include "mouse.h"
#include "machine/machine.h"
#include "plat_mouse.h"