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