added support echoing in inputfunctions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@559
This commit is contained in:
parent
21a81276b4
commit
df70497b54
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ struct DOS_Block {
|
|||
Bit8u current_drive;
|
||||
bool verify;
|
||||
bool breakcheck;
|
||||
bool echo; // if set to true dev_con::read will echo input
|
||||
struct {
|
||||
RealPt indosflag;
|
||||
RealPt mediaid;
|
||||
|
|
Loading…
Add table
Reference in a new issue