sb16: remove highspeed reset code
authormalc <av1474@comtv.ru>
Wed, 18 Nov 2009 16:17:03 +0000 (19:17 +0300)
committermalc <av1474@comtv.ru>
Wed, 18 Nov 2009 16:22:57 +0000 (19:22 +0300)
It was never enabled in any of the public builds anyway.

Noticed by Steve Grubb.

Signed-off-by: malc <av1474@comtv.ru>
hw/sb16.c

index 8654b7d47e752e3cb2023c7c7b03143779e3b826..12ddad43cc61162ab015ce8a8d95c7478df2626a 100644 (file)
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -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;