As part of this, added emulation of the GD5428-based IBM 1MB SVGA Adapter/A, along with support for external graphics cards on MCA platforms, adding the ability to override the onboard VGA controller.
8 lines
167 B
C
8 lines
167 B
C
extern device_t vga_device;
|
|
extern device_t ps1vga_device;
|
|
|
|
void vga_disable(void *p);
|
|
void vga_enable(void *p);
|
|
|
|
struct svga_t;
|
|
extern struct svga_t *mb_vga;
|