enabled the cr lf translation again
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@494
This commit is contained in:
parent
acb36050b3
commit
f4b5658765
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ bool device_CON::Read(Bit8u * data,Bit16u * size) {
|
|||
switch(reg_al) {
|
||||
case 13:
|
||||
data[count++]=0x0D;
|
||||
// if (*size>count) data[count++]=0x0A;
|
||||
// else cache=0x0A;
|
||||
if (*size>count) data[count++]=0x0A;
|
||||
else cache=0x0A;
|
||||
*size=count;
|
||||
reg_ax=oldax;
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue