12 lines
200 B
C
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*/
|