pcem/src/vid_vga.h
SarahW 68a2d8cb3c Added Cirrus Logic GD5428 emulation.
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.
2020-02-01 16:30:34 +00:00

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;