Fixed a compile-breaking error in disc_fdi.c.

This commit is contained in:
OBattler
2016-09-05 20:58:30 +02:00
parent 21d813cc34
commit 0b1c2c3a6a

View File

@@ -322,7 +322,7 @@ void fdi_poll()
{
int tempi, c;
int bitcount;
int side = fdd_get_head(drive);
int side = fdd_get_head(fdi_drive);
for (bitcount = 0; bitcount < 16; bitcount++)
{