Fixed the overflow checks for all IDIV instructions for 286+ CPU's;

Fixed the mouse close functions.
This commit is contained in:
OBattler
2017-12-14 01:35:04 +01:00
parent 044559f4e9
commit 8c38b94594
5 changed files with 12 additions and 17 deletions

View File

@@ -53,7 +53,7 @@
* only the Logitech part is considered to
* be OK.
*
* Version: @(#)mouse_bus.c 1.0.27 2017/12/09
* Version: @(#)mouse_bus.c 1.0.28 2017/12/14
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -584,6 +584,7 @@ bm_close(void *priv)
bm_read, NULL, NULL, bm_write, NULL, NULL, dev);
free(dev);
dev = NULL;
}