Reimplement S3 ViRGE reset and move PCI TRC CPU reset to outside the recompiled block, fixes #2903.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#define HAVE_STDARG_H
|
||||
#include <86box/86box.h>
|
||||
#include "cpu.h"
|
||||
#include "x86.h"
|
||||
#include "x87_sf.h"
|
||||
#include <86box/device.h>
|
||||
#include <86box/machine.h>
|
||||
@@ -504,7 +505,8 @@ cpu_set(void)
|
||||
acycs = 0;
|
||||
#endif
|
||||
|
||||
soft_reset_pci = 0;
|
||||
soft_reset_pci = 0;
|
||||
cpu_init = 0;
|
||||
|
||||
cpu_alt_reset = 0;
|
||||
unmask_a20_in_smm = 0;
|
||||
|
||||
Reference in New Issue
Block a user