mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
nscsi_hd: fix inquiry (nw)
This commit is contained in:
parent
094f883c3d
commit
be3b997dd0
@ -166,8 +166,8 @@ void nscsi_harddisk_device::scsi_command()
|
||||
|
||||
// Apple HD SC setup utility needs to see this
|
||||
strcpy((char *)&scsi_cmdbuf[8], " SEAGATE");
|
||||
strcpy((char *)&scsi_cmdbuf[15], " ST225N");
|
||||
strcpy((char *)&scsi_cmdbuf[31], "1.00");
|
||||
strcpy((char *)&scsi_cmdbuf[16], " ST225N");
|
||||
strcpy((char *)&scsi_cmdbuf[32], "1.00");
|
||||
scsi_cmdbuf[36] = 0x00; // # of extents high
|
||||
scsi_cmdbuf[37] = 0x08; // # of extents low
|
||||
scsi_cmdbuf[38] = 0x00; // group 0 commands 0-1f
|
||||
|
Loading…
Reference in New Issue
Block a user