Added Hercules InColor emulation. Patch from John Elliott.

This commit is contained in:
TomW 2016-02-04 20:35:23 +00:00
commit 467b742af5
8 changed files with 1117 additions and 57 deletions

View file

@ -71,7 +71,7 @@ void jim_init()
europc_rtc.dat[4]=1;
europc_rtc.dat[5]=0x88;
if (gfxcard==GFX_CGA) viddat=0x12;
else if (gfxcard==GFX_MDA || gfxcard==GFX_HERCULES) viddat=3;
else if (gfxcard==GFX_MDA || gfxcard==GFX_HERCULES || gfxcard==GFX_INCOLOR) viddat=3;
else viddat=0x10;
europc_rtc.dat[0xB]=viddat;
europc_rtc.dat[0xD]=viddat; /*Checksum*/