1
0
Fork 0

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:
Peter Veenstra 2002-11-12 19:08:23 +00:00
parent acb36050b3
commit f4b5658765

View file

@ -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;