--- np2/io/fdd320.c 2003/12/08 00:55:32 1.3 +++ np2/io/fdd320.c 2007/11/03 00:00:20 1.5 @@ -5,7 +5,7 @@ // こっちで処理するか シリンダ倍移動で誤魔化すか悩ましいところ - BYTE fdd320_stat; + UINT8 fdd320_stat; static REG8 IOINPCALL fdd320_i51(UINT port) { @@ -27,7 +27,7 @@ static REG8 IOINPCALL fdd320_i55(UINT po static const IOINP fdd320i51[4] = { fdd320_i51, NULL, fdd320_i55, NULL}; -void fdd320_reset(void) { +void fdd320_reset(const NP2CFG *pConfig) { fdd320_stat = 0xff; }