提交 cd7aafcb 编写于 作者: M malc

sb16: remove highspeed reset code

It was never enabled in any of the public builds anyway.

Noticed by Steve Grubb.
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 7cbb28ed
......@@ -889,14 +889,7 @@ static IO_WRITE_PROTO (dsp_write)
switch (val) {
case 0x00:
if (s->v2x6 == 1) {
if (0 && s->highspeed) {
s->highspeed = 0;
qemu_irq_lower (s->pic);
control (s, 0);
}
else {
reset (s);
}
reset (s);
}
s->v2x6 = 0;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册