sb16: remove highspeed reset code

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

Noticed by Steve Grubb.

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-11-18 19:17:03 +03:00
parent 7cbb28ed5d
commit cd7aafcb8d

View file

@ -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;