| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to subcpu.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / io | 
initialize
typedef struct {
	UINT8	Dx[16][8];
	UINT8	Ex[16][8];
	UINT	dataptr;
	UINT8	mode;
	UINT8	cmdcnt;
	UINT8	datacnt;
	UINT8	INT_SW;
	UINT8	IBF;
	UINT8	OBF;
} SUBCPU;
#ifdef __cplusplus
extern "C" {
#endif
short x1_sub_int(void);
void IOOUTCALL subcpu_o(UINT port, REG8 value);		// x1_sub_w
REG8 IOINPCALL subcpu_i(UINT port);					// x1_sub_r
void subcpu_reset(void);
#ifdef __cplusplus
}
#endif