Updates to mouse.c (fixing a bug) and mouse_bus.c (fixing several) - done together with 86Box.

Updated pc.c to remove the no-longer-needed mouse_init() function.
Added 100MHz and 200MHz 386 processors for debugging (and faster compiles in the Linux guest.)
This commit is contained in:
waltje
2019-05-10 04:06:57 -05:00
parent 3baba710bf
commit 8b4843a95b
5 changed files with 201 additions and 204 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.75 2019/05/05
* Version: @(#)pc.c 1.0.76 2019/05/09
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -676,7 +676,6 @@ usage:
* clear all the global configuration data now.
*/
config_init(&config);
mouse_init();
hdd_init();
cdrom_global_init();
zip_global_init();