1.1 --- a/src/state.c Sat Nov 17 19:13:08 2012 +0000 1.2 +++ b/src/state.c Sat Nov 17 19:18:29 2012 +0000 1.3 @@ -3,6 +3,7 @@ 1.4 #include <malloc.h> 1.5 #include <stdio.h> 1.6 #include "wd279x.h" 1.7 +#include "wd2010.h" 1.8 #include "keyboard.h" 1.9 #include "state.h" 1.10 1.11 @@ -114,6 +115,7 @@ 1.12 1.13 // Deinitialise the disc controller 1.14 wd2797_done(&state.fdc_ctx); 1.15 + wd2010_done(&state.hdc_ctx); 1.16 } 1.17 1.18