--- xmil/io/iocore.h 2004/08/01 05:31:30 1.1 +++ xmil/io/iocore.h 2004/08/04 17:09:25 1.4 @@ -38,14 +38,17 @@ typedef struct { #include "cgrom.h" #include "cmt.h" +#include "crtc.h" #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 @@ -55,8 +58,10 @@ extern "C" { extern IOCORE iocore; extern CGROM cgrom; extern CMT cmt; +extern CRTC crtc; extern CTC ctc; extern DMAC dma; +extern FDC fdc; extern PCG pcg; extern PPI ppi; extern SIO sio;