Files
86Box/src/video/vid_ati28800.h
OBattler 1405d9b10b Moved the AMD K5 and K6 CPU's and the ATi VGA Wonder XL24 to the Dev branch;
Turned the char arrays in gameport.h into const char pointers;
The makefile no longer links in the (unfinished) PIIX4 emulation code (which is currently not used by anything even in the Dev branch).
2018-02-18 13:43:49 +01:00

9 lines
247 B
C

/* Copyright holders: Sarah Walker, Tenshi
see COPYING for more details
*/
extern device_t ati28800_device;
extern device_t compaq_ati28800_device;
#if defined(DEV_BRANCH) && defined(USE_XL24)
extern device_t ati28800_wonderxl24_device;
#endif