1
0
Fork 0

Added double byte stuff the proper way (empty table)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1820
This commit is contained in:
Peter Veenstra 2004-06-10 08:48:53 +00:00
parent c94459d6d3
commit b7fb90dbd5
3 changed files with 17 additions and 5 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_inc.h,v 1.44 2004-05-15 07:57:02 harekiet Exp $ */
/* $Id: dos_inc.h,v 1.45 2004-06-10 08:48:53 qbix79 Exp $ */
#ifndef DOS_H_
#define DOS_H_
@ -563,6 +563,7 @@ struct DOS_Block {
struct {
RealPt mediaid;
RealPt tempdta;
RealPt dcbs;
} tables;
};