Ported NCR PC4i from PCem.
Implemented NCR NGA (640x400 extended CGA) graphic card.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user