1
0
Fork 0

don't overwrite allocated buffer in country information (int 21 6501)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2046
This commit is contained in:
Peter Veenstra 2004-11-03 20:13:40 +00:00
parent 53ac3c967d
commit b089c22997
3 changed files with 53 additions and 47 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.49 2004-10-17 14:44:59 qbix79 Exp $ */
/* $Id: dos_inc.h,v 1.50 2004-11-03 20:13:40 qbix79 Exp $ */
#ifndef DOS_H_
#define DOS_H_
@ -571,6 +571,7 @@ struct DOS_Block {
RealPt mediaid;
RealPt tempdta;
RealPt dcbs;
Bit8u* country;//Will be copied to dos memory. resides in real mem
} tables;
};