Files
86Box/src/video/vid_compaq_cga.h

12 lines
200 B
C

#ifndef VIDEO_COMPAQ_CGA_H
# define VIDEO_COMPAQ_CGA_H
#ifdef EMU_DEVICE_H
extern const device_t compaq_cga_device;
extern const device_t compaq_cga_2_device;
#endif
#endif /*VIDEO_COMPAQ_CGA_H*/