Files
86Box/src/vid_vga.h
OBattler df4b4410e6 Fixed CGA, Hercules, and MDA for the second time, per suggestion and code from basic2004;
Added IBM PS/2 Model 30 emulation per mainline PCem patch from dns2kv2;
Commented out the Chips & Technologies VGA 451 as it needs further work;
Added the ability to disable XTIDE;
Prepared the icon that will be used for stable builds.
2017-02-20 00:16:42 +01:00

8 lines
201 B
C

/* Copyright holders: Sarah Walker
see COPYING for more details
*/
extern device_t vga_device;
// extern device_t vga_chips_device;
extern device_t trigem_unk_device;
extern device_t ps1vga_device;