Forgot one more thing about XGA. Fixes initialization of the card.

This commit is contained in:
TC1995
2022-06-18 22:15:46 +02:00
parent d7c5233af2
commit 0999c445a3

View File

@@ -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