Fix damages done by the Goldstar 286 PR

This commit is contained in:
tiseno100
2020-05-12 02:00:32 +03:00
committed by GitHub
parent be098f3d92
commit 4ef74c0003
5 changed files with 79 additions and 39 deletions

View File

@@ -47,8 +47,7 @@ extern "C" {
enum {
VIDEO_ISA = 0,
VIDEO_MCA,
VIDEO_BUS,
VIDEO_PCI
VIDEO_BUS
};
#define VIDEO_FLAG_TYPE_CGA 0
@@ -212,6 +211,7 @@ extern const device_t ati28800_wonderxl24_device;
#endif
/* Cirrus Logic CL-GD 54xx */
extern const device_t gd5401_isa_device;
extern const device_t gd5402_isa_device;
extern const device_t gd5402_onboard_device;
extern const device_t gd5420_isa_device;