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.
This commit is contained in:
parent
10f98a85b4
commit
68a2d8cb3c
14 changed files with 342 additions and 43 deletions
|
|
@ -1,5 +1,7 @@
|
|||
extern device_t avga2_device;
|
||||
extern device_t avga2_cbm_sl386sx_device;
|
||||
extern device_t gd5428_device;
|
||||
extern device_t ibm_gd5428_device;
|
||||
extern device_t gd5429_device;
|
||||
extern device_t gd5430_device;
|
||||
extern device_t gd5430_pb570_device;
|
||||
|
|
|
|||
Loading…
Reference in a new issue