From a4f992ff05041024cfc67dc16ac3db3b1f0b7a43 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 19 Jul 2016 03:37:40 +0200 Subject: [PATCH] The KN-97 now has memregs too. --- src/model.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model.c b/src/model.c index e398891ef..a85f69f3d 100644 --- a/src/model.c +++ b/src/model.c @@ -602,6 +602,7 @@ void at_i440fx_init() void at_kn97_init() { at_init(); + memregs_init(); mouse_ps2_init(); pci_init(PCI_CONFIG_TYPE_1, 0, 31); i440fx_init();