1
0
Fork 0

Add green/amber hercules mode emulation support. (Thanks ripsaw and h-a-l-9000)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3579
This commit is contained in:
Peter Veenstra 2010-04-15 13:22:21 +00:00
parent d40f71fc45
commit f3c1902dab
4 changed files with 33 additions and 0 deletions

View file

@ -517,6 +517,7 @@ bool INT10_SetVideoMode_OTHER(Bit16u mode,bool clearmem) {
case MCH_HERC:
IO_WriteB(0x3b8,0x28); // TEXT mode and blinking characters
Herc_Palette();
VGA_DAC_CombineColor(0,0);
VGA_DAC_CombineColor(1,7);