Applied PCem patch for ide.c to make the Samsung 4200P work.

This commit is contained in:
waltje
2017-06-19 22:37:17 -04:00
parent 6ff9019206
commit 7bc1d6fdca

View File

@@ -9,7 +9,7 @@
* Implementation of the IDE emulation for hard disks and ATAPI
* CD-ROM devices.
*
* Version: @(#)ide.c 1.0.3 2017/06/17
* Version: @(#)ide.c 1.0.4 2017/06/20
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -1059,7 +1059,11 @@ void writeide(int ide_board, uint16_t addr, uint8_t val)
case WIN_SLEEP1:
if (val == WIN_DRIVE_DIAGNOSTICS)
{
ide->atastat = BUSY_STAT;
timer_process();
callbackide(ide_board);
idecallback[ide_board]=200*IDE_TIME;
timer_update_outstanding();
}
else
{