CD-ROM changes from Battler, including :

- New disc change handling
- Additional ATAPI commands
- CD drive-level volume control
This commit is contained in:
TomW 2016-03-08 20:47:05 +00:00
commit 0faa803061
13 changed files with 1600 additions and 378 deletions

View file

@ -8,7 +8,6 @@ extern char iso_path[1024];
extern int iso_open(char *fn);
extern void iso_reset();
#define CDROM_ISO 200
extern void iso_close();
#endif /* ! CDROM_ISO_H */