Added configurable CD-ROM speed.
This commit is contained in:
parent
db5a5ea13f
commit
a22b735da0
7 changed files with 421 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue