Do not allow mouse capturing if no mouse configured, patch from VARCem;
Reimplemented saving of all the non-volatile things of the Toshiba T1000 and T1200; Applied the latest T1200 patch from John Elliott; Applied the latest ATI Korean VGA patch from greatpsycho.
This commit is contained in:
7
src/pc.c
7
src/pc.c
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Main emulator module where most things are controlled.
|
||||
*
|
||||
* Version: @(#)pc.c 1.0.65 2018/03/18
|
||||
* Version: @(#)pc.c 1.0.66 2018/03/19
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -127,7 +127,6 @@ int cpu_manufacturer = 0, /* (C) cpu manufacturer */
|
||||
enable_external_fpu = 0; /* (C) enable external FPU */
|
||||
int enable_sync = 0; /* (C) enable time sync */
|
||||
|
||||
|
||||
/* Statistics. */
|
||||
extern int
|
||||
mmuflush,
|
||||
@@ -652,8 +651,8 @@ again2:
|
||||
|
||||
ide_init_first();
|
||||
|
||||
device_init();
|
||||
|
||||
device_init();
|
||||
|
||||
timer_reset();
|
||||
|
||||
sound_reset();
|
||||
|
||||
Reference in New Issue
Block a user