mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
7cbb28ed5d
commit
cd7aafcb8d
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue