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).
9 lines
247 B
C
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
|