mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Updated idectrl to react on IDE_COMMAND_ATAPI_IDENTIFY it is returning same content as case IDE_COMMAND_GET_INFO, disks are being identified by 586 drivers in MESS (no whatsnew)
This commit is contained in:
parent
77f540317d
commit
4a296fc359
@ -1124,6 +1124,7 @@ static void handle_command(ide_state *ide, UINT8 command)
|
||||
break;
|
||||
|
||||
case IDE_COMMAND_GET_INFO:
|
||||
case IDE_COMMAND_ATAPI_IDENTIFY:
|
||||
LOGPRINT(("IDE Read features\n"));
|
||||
|
||||
/* reset the buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user