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:
parent
d40f71fc45
commit
f3c1902dab
4 changed files with 33 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue