PCI and ACPI - when resetting all devices, also reset (ie. zero) all of the emulated RAM as well, fixes Windows 2000 after soft reset on later machines such as the ASUS P2B-LS.

This commit is contained in:
OBattler
2025-04-02 08:34:34 +02:00
parent 9592ac8904
commit 2a8e4d5a68
4 changed files with 19 additions and 1 deletions

View File

@@ -459,6 +459,7 @@ extern void mem_a20_recalc(void);
extern void mem_init(void);
extern void mem_close(void);
extern void mem_zero(void);
extern void mem_reset(void);
extern void mem_remap_top_ex(int kb, uint32_t start);
extern void mem_remap_top_ex_nomid(int kb, uint32_t start);