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

@ -6,5 +6,6 @@
extern int cdrom_null_open(char d);
extern void cdrom_null_reset();
extern void null_close();
#endif /* ! CDROM_IOCTL_H */