ANSI emulation is activated for the session when an escape sequence is encountered other than those used by internal messages. Fixes LucasArts setup programs (Bug #458) provided that ANSI emulation is not activated.
Compatible scroll fill for ANSI emulation. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4097
This commit is contained in:
parent
c7ced14d56
commit
630b9befb5
4 changed files with 28 additions and 9 deletions
|
@ -1240,6 +1240,7 @@ public:
|
|||
dos.version.major=5;
|
||||
dos.version.minor=0;
|
||||
dos.direct_output=false;
|
||||
dos.internal_output=false;
|
||||
}
|
||||
~DOS(){
|
||||
for (Bit16u i=0;i<DOS_DRIVES;i++) delete Drives[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue