Added ClearAnsi in Constructor
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@864
This commit is contained in:
parent
2bada3655d
commit
8a3d68cbaa
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ device_CON::device_CON() {
|
|||
ansi.nrows=real_readb(BIOSMEM_SEG,BIOSMEM_NB_ROWS);
|
||||
ansi.saverow=0;
|
||||
ansi.savecol=0;
|
||||
ClearAnsi();
|
||||
}
|
||||
|
||||
void device_CON::ClearAnsi(void){
|
||||
|
|
Loading…
Add table
Reference in a new issue