1
0
Fork 0

Add basic support for audio cds only when dealing with images.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2982
This commit is contained in:
Peter Veenstra 2007-08-22 11:54:35 +00:00
parent d44511abce
commit 0382a13bd3
4 changed files with 56 additions and 8 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: drives.h,v 1.37 2007-06-14 08:23:46 qbix79 Exp $ */
/* $Id: drives.h,v 1.38 2007-08-22 11:54:35 qbix79 Exp $ */
#ifndef _DRIVES_H__
#define _DRIVES_H__
@ -357,6 +357,7 @@ private:
Bit8u data[ISO_FRAMESIZE];
} sectorHashEntries[ISO_MAX_HASH_TABLE_SIZE];
bool dataCD;
isoDirEntry rootEntry;
Bit8u mediaid;
char fileName[CROSS_LEN];