Fixed bug that cleared disc change line when loading new disc.

This commit is contained in:
SarahW 2016-10-04 19:39:37 +01:00
commit e591f95f8e
3 changed files with 10 additions and 1 deletions

View file

@ -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);