Fixed bug which ejected discs on hard reset.

This commit is contained in:
TomW 2015-04-02 19:54:47 +01:00
commit 644d17fc7f
3 changed files with 14 additions and 15 deletions

View file

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