Added configurable CD-ROM speed.

This commit is contained in:
SarahW 2018-03-17 11:39:33 +00:00
commit a22b735da0
7 changed files with 421 additions and 19 deletions

View file

@ -1 +1,7 @@
extern scsi_device_t scsi_cd;
#define MAX_CD_SPEED 72
int cd_get_speed(int i);
void cd_set_speed(int speed);
extern int cd_speed;