aboutsummaryrefslogtreecommitdiff
path: root/hw/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sb16.c')
-rw-r--r--hw/sb16.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index 8654b7d47e..12ddad43cc 100644
--- 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;