--- xmil/io/fdc.c 2004/08/11 17:45:06 1.10 +++ xmil/io/fdc.c 2004/08/12 11:03:09 1.11 @@ -20,6 +20,7 @@ void nvitem_fdcbusy(UINT id) { TRACEOUT(("dma ready!")); dmac_sendready(TRUE); } + (void)id; } static void setbusy(UINT clock) { @@ -235,8 +236,9 @@ void IOOUTCALL fdc_o(UINT port, REG8 val fdc.s.stat = type2flash(); } fdc.s.bufdir = FDCDIR_NONE; - // マリオは コマンド発行後にbusyを見張る - // 逆にソーサリアンとかは busyだとエラーになる… + // リストアコマンドにおいて + //  マリオは コマンド発行後にbusyを見張る + //  逆にソーサリアンとかは busyだとエラーになる… // 条件は何? setbusy(20); switch(cmd) {