From 0b1c2c3a6a687a60a03f3c8a2237bb6279481a17 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 5 Sep 2016 20:58:30 +0200 Subject: [PATCH] Fixed a compile-breaking error in disc_fdi.c. --- src/disc_fdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disc_fdi.c b/src/disc_fdi.c index 97ff1022a..fd451c16c 100644 --- a/src/disc_fdi.c +++ b/src/disc_fdi.c @@ -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++) {