Some more contrast for Amber mode (ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3588
This commit is contained in:
parent
5bf92b4017
commit
685c253690
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ void Herc_Palette(void) {
|
|||
VGA_DAC_SetEntry(0xf,0x3f,0x3f,0x3f);
|
||||
break;
|
||||
case 1: // Amber
|
||||
VGA_DAC_SetEntry(0x7,0x37,0x28,0x00);
|
||||
VGA_DAC_SetEntry(0x7,0x34,0x20,0x00);
|
||||
VGA_DAC_SetEntry(0xf,0x3f,0x34,0x00);
|
||||
break;
|
||||
case 2: // Green
|
||||
|
|
Loading…
Add table
Reference in a new issue