提交 4ce900b4 编写于 作者: B bellard

make windows happier


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@460 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f3f2d9be
......@@ -1120,6 +1120,12 @@ static void ide_ioport_write(CPUX86State *env, uint32_t addr, uint32_t val)
}
ide_set_irq(s);
break;
case WIN_VERIFY:
case WIN_VERIFY_ONCE:
/* do sector number check ? */
s->status = READY_STAT;
ide_set_irq(s);
break;
case WIN_READ:
case WIN_READ_ONCE:
s->req_nb_sectors = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册