Files
86Box/src/video/vid_paradise.h
OBattler d9e7f0c4fc Renamed the Paradise WD90C11 Standalone to Paradise WD90C11-LR and made it use the correct BIOS;
Added the Paradise PVGA1A (standalone) and the Paradise WD90C30-LR, both with configurable video memory;
Added the Toshiba T3100e.
2017-12-31 06:37:19 +01:00

10 lines
342 B
C

/* Copyright holders: Sarah Walker, Tenshi
see COPYING for more details
*/
extern device_t paradise_pvga1a_pc2086_device;
extern device_t paradise_pvga1a_pc3086_device;
extern device_t paradise_pvga1a_device;
extern device_t paradise_wd90c11_megapc_device;
extern device_t paradise_wd90c11_device;
extern device_t paradise_wd90c30_device;