2017-12-29 03:01:19 +01:00
|
|
|
#ifndef VIDEO_COMPAQ_CGA_H
|
|
|
|
|
# define VIDEO_COMPAQ_CGA_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef EMU_DEVICE_H
|
2018-03-19 01:02:04 +01:00
|
|
|
extern const device_t compaq_cga_device;
|
|
|
|
|
extern const device_t compaq_cga_2_device;
|
2017-12-29 03:01:19 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /*VIDEO_COMPAQ_CGA_H*/
|