Prepare the PCJR video palette chip before writing data. Thanks ripsaw.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3788
This commit is contained in:
parent
5caa85d19e
commit
be2b9c2db7
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ void INT10_SetColorSelect(Bit8u val) {
|
|||
if (machine == MCH_CGA || machine==MCH_TANDY)
|
||||
IO_Write(0x3d9,temp);
|
||||
else if (machine == MCH_PCJR) {
|
||||
IO_Read(VGAREG_TDY_RESET); // reset the flipflop
|
||||
switch(vga.mode) {
|
||||
case M_TANDY2:
|
||||
IO_Write(VGAREG_TDY_ADDRESS, 0x11);
|
||||
|
|
Loading…
Add table
Reference in a new issue