mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Fix Win98SE MyComputer regression, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3783 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
867e2400d6
commit
0d4a05a109
1 changed files with 1 additions and 1 deletions
2
hw/ide.c
2
hw/ide.c
|
@ -1361,7 +1361,7 @@ static void ide_atapi_cmd(IDEState *s)
|
|||
|
||||
buf[8] = 0x2a;
|
||||
buf[9] = 0x12;
|
||||
buf[10] = 0x08;
|
||||
buf[10] = 0x00;
|
||||
buf[11] = 0x00;
|
||||
|
||||
buf[12] = 0x70;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue