mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
nscsi_hd: minor logging improvement (nw)
This commit is contained in:
parent
e541a8acbb
commit
ef5fe3c95e
@ -338,7 +338,7 @@ void nscsi_harddisk_device::scsi_command()
|
|||||||
}
|
}
|
||||||
|
|
||||||
case SC_START_STOP_UNIT:
|
case SC_START_STOP_UNIT:
|
||||||
LOG("command START STOP UNIT\n");
|
LOG("command %s UNIT\n", (scsi_cmdbuf[4] & 0x1) ? "START" : "STOP");
|
||||||
scsi_status_complete(SS_GOOD);
|
scsi_status_complete(SS_GOOD);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user