New turbo floppy poller, should be a bit faster than before.

This commit is contained in:
OBattler
2017-07-26 00:16:54 +02:00
parent 562a138ec8
commit 02f5d663d0
10 changed files with 382 additions and 8 deletions

View File

@@ -189,6 +189,11 @@ int fdd_track0(int drive)
return !fdd[drive].track;
}
int fdd_track(int drive)
{
return fdd[drive].track;
}
void fdd_set_densel(int densel)
{
int i = 0;