1
0
Fork 0

added support echoing in inputfunctions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@559
This commit is contained in:
Peter Veenstra 2002-12-03 17:31:32 +00:00
parent 21a81276b4
commit df70497b54

View file

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