--- xmil/io/iocore.h 2004/08/01 05:31:30 1.1 +++ xmil/io/iocore.h 2004/08/04 15:18:26 1.3 @@ -41,11 +41,13 @@ typedef struct { #include "ctc.h" #include "dipsw.h" #include "dmac.h" +#include "fdc.h" #include "pcg.h" #include "ppi.h" #include "sio.h" #include "sndboard.h" #include "subcpu.h" +#include "vramio.h" #ifdef __cplusplus @@ -57,6 +59,7 @@ extern CGROM cgrom; extern CMT cmt; extern CTC ctc; extern DMAC dma; +extern FDC fdc; extern PCG pcg; extern PPI ppi; extern SIO sio;