From f4ba136b976026f8bfee17366fe2b922619e79a5 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 16 Jul 2022 03:22:28 +0200 Subject: [PATCH] Machine. --- src/machine/machine.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/machine/machine.c b/src/machine/machine.c index 1549ce7c6..00516d8fb 100644 --- a/src/machine/machine.c +++ b/src/machine/machine.c @@ -105,6 +105,9 @@ machine_init_ex(int m) /* Reset any ISA memory cards. */ isamem_reset(); + + /* Reset the fast off stuff. */ + cpu_fast_off_reset(); } /* All good, boot the machine! */