1
0
Fork 0

Add support for High Sierra format cdrom images.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3886
This commit is contained in:
ripsaw8080 2015-01-08 17:23:15 +00:00
parent 56c3a4be9c
commit 933174fb3e
4 changed files with 64 additions and 47 deletions

View file

@ -363,6 +363,7 @@ private:
Bit8u data[ISO_FRAMESIZE];
} sectorHashEntries[ISO_MAX_HASH_TABLE_SIZE];
bool iso;
bool dataCD;
isoDirEntry rootEntry;
Bit8u mediaid;