Fixed bug which ejected discs on hard reset.
This commit is contained in:
parent
1098b1f870
commit
644d17fc7f
3 changed files with 14 additions and 15 deletions
|
|
@ -17,6 +17,7 @@ void disc_load(int drive, char *fn);
|
|||
void disc_new(int drive, char *fn);
|
||||
void disc_close(int drive);
|
||||
void disc_init();
|
||||
void disc_reset();
|
||||
void disc_poll();
|
||||
void disc_seek(int drive, int track);
|
||||
void disc_readsector(int drive, int sector, int track, int side, int density);
|
||||
|
|
|
|||
Loading…
Reference in a new issue