Added Hercules InColor emulation. Patch from John Elliott.
This commit is contained in:
parent
673d785743
commit
467b742af5
8 changed files with 1117 additions and 57 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue