Fixed bug that cleared disc change line when loading new disc.
This commit is contained in:
parent
620beb1eb5
commit
e591f95f8e
3 changed files with 10 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ int fdd_can_read_medium(int drive);
|
|||
int fdd_doublestep_40(int drive);
|
||||
int fdd_is_525(int drive);
|
||||
int fdd_is_ed(int drive);
|
||||
void fdd_disc_changed(int drive);
|
||||
|
||||
void fdd_set_type(int drive, int type);
|
||||
int fdd_get_type(int drive);
|
||||
|
|
|
|||
Loading…
Reference in a new issue