Files
86Box/src/video/vid_ati18800.h
OBattler f18cd3d89e Removed excess memset()'s from hdd_image.c and did a few other optimizations there, also fixed incorrect zero'ing of the buffer in hdd_image_write_ex();
Did a tweak to mmutranslate() in mem.c, should increase performance again;
Added the ATi VGA Wonder and ATi VGA-88, made the ATi VGA Edge-16 use the correct BIOS.
2018-02-07 19:01:39 +01:00

7 lines
182 B
C

/* Copyright holders: Sarah Walker
see COPYING for more details
*/
extern device_t ati18800_wonder_device;
extern device_t ati18800_vga88_device;
extern device_t ati18800_device;