Add support for selecting CDROM drive for Loom/MI cd audio, fix midi support

svn-id: r3888
This commit is contained in:
James Brown 2002-04-07 07:33:39 +00:00
parent d2d498d08c
commit 3142a9c5cd
4 changed files with 22 additions and 7 deletions

View file

@ -1291,6 +1291,7 @@ public:
bool fileEof(void *handle);
uint32 filePos(void *handle);
bool checkFixedDisk();
int _cdrom;
int fileReadByte();
uint32 fileReadDwordLE();