--- xmil/io/subcpu.h 2004/08/01 05:31:30 1.1 +++ xmil/io/subcpu.h 2004/08/11 12:08:16 1.3 @@ -16,8 +16,10 @@ typedef struct { extern "C" { #endif -short x1_sub_int(void); -void IOOUTCALL subcpu_o(UINT port, REG8 value); // x1_sub_w +void neitem_scpu(UINT id); +BRESULT ieitem_scpu(UINT id); + +void IOOUTCALL subcpu_o(UINT port, REG8 dat); // x1_sub_w REG8 IOINPCALL subcpu_i(UINT port); // x1_sub_r void subcpu_reset(void);