Initial emulation of the IBM 8514/A coprocessor for both the MCA and ISA buses.

Currently the GUI option is on the QT frontend.
This commit is contained in:
TC1995
2022-05-14 18:55:00 +02:00
parent e15eade178
commit d0335e9679
11 changed files with 3360 additions and 2 deletions

View File

@@ -114,6 +114,12 @@ machine_init_ex(int m)
if (bios_only || !ret)
return ret;
if (gfxcard != VID_NONE) {
if (ibm8514_enabled) {
ibm8514_device_add();
}
}
/* Reset the graphics card (or do nothing if it was already done
by the machine's init function). */
video_reset(gfxcard);