--- xmil/io/iocore.h 2004/08/02 13:38:46 1.2 +++ xmil/io/iocore.h 2004/08/04 17:09:25 1.4 @@ -38,6 +38,7 @@ typedef struct { #include "cgrom.h" #include "cmt.h" +#include "crtc.h" #include "ctc.h" #include "dipsw.h" #include "dmac.h" @@ -47,6 +48,7 @@ typedef struct { #include "sio.h" #include "sndboard.h" #include "subcpu.h" +#include "vramio.h" #ifdef __cplusplus @@ -56,6 +58,7 @@ extern "C" { extern IOCORE iocore; extern CGROM cgrom; extern CMT cmt; +extern CRTC crtc; extern CTC ctc; extern DMAC dma; extern FDC fdc;