diff --git a/include/dos_inc.h b/include/dos_inc.h index b5f31a81..2a039bd1 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -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;