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

@@ -522,7 +522,7 @@ m19_vid_init(olim19_vid_t *vid){
//display_type = device_get_config_int("display_type");
/* OGC emulation part begin */
loadfont(L"roms/machines/olivetti_m19/BIOS.BIN", 10);
loadfont_ex(L"roms/machines/olivetti_m19/BIOS.BIN", 1, 90);
/* composite is not working yet */
vid->ogc.cga.composite = 0; // (display_type != CGA_RGB);
//vid->ogc.cga.snow_enabled = device_get_config_int("snow_enabled");