|
@@ -920,6 +920,7 @@ static void sun4m_hw_init(MachineState *machine)
|
|
|
/* sbus irq 5 */
|
|
|
cg3_init(hwdef->tcx_base, slavio_irq[11], 0x00100000,
|
|
|
graphic_width, graphic_height, graphic_depth);
|
|
|
+ vga_interface_created = true;
|
|
|
} else {
|
|
|
/* If no display specified, default to TCX */
|
|
|
if (graphic_depth != 8 && graphic_depth != 24) {
|
|
@@ -935,6 +936,7 @@ static void sun4m_hw_init(MachineState *machine)
|
|
|
|
|
|
tcx_init(hwdef->tcx_base, slavio_irq[11], 0x00100000,
|
|
|
graphic_width, graphic_height, graphic_depth);
|
|
|
+ vga_interface_created = true;
|
|
|
}
|
|
|
}
|
|
|
|