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.
8 lines
201 B
C
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;
|