From 0999c445a325442e0c59f8a678b47153a4c5bbbc Mon Sep 17 00:00:00 2001 From: TC1995 Date: Sat, 18 Jun 2022 22:15:46 +0200 Subject: [PATCH] Forgot one more thing about XGA. Fixes initialization of the card. --- src/machine/machine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/machine/machine.c b/src/machine/machine.c index 8bd83b6ba..1549ce7c6 100644 --- a/src/machine/machine.c +++ b/src/machine/machine.c @@ -118,6 +118,8 @@ machine_init_ex(int m) if (ibm8514_enabled) { ibm8514_device_add(); } + if (xga_enabled) + xga_device_add(); } /* Reset the graphics card (or do nothing if it was already done