Ported NCR PC4i from PCem.

Implemented NCR NGA (640x400 extended CGA) graphic card.
This commit is contained in:
EngiNerd89
2020-12-08 18:33:20 +01:00
parent 9daf161aee
commit 901a75bb5d
11 changed files with 792 additions and 30 deletions

View File

@@ -173,6 +173,7 @@ extern uint8_t video_force_resize_get(void);
extern void video_force_resize_set(uint8_t res);
extern void video_update_timing(void);
extern void loadfont_ex(wchar_t *s, int format, int offset);
extern void loadfont(wchar_t *s, int format);
extern int get_actual_size_x(void);
@@ -245,6 +246,9 @@ extern const device_t compaq_cga_2_device;
extern const device_t ogc_device;
extern const device_t ogc_m24_device;
/* NCR NGA */
extern const device_t nga_device;
/* Tseng ET4000AX */
extern const device_t et4000_isa_device;
extern const device_t et4000k_isa_device;