mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +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:
|
||||
LOG("command START STOP UNIT\n");
|
||||
LOG("command %s UNIT\n", (scsi_cmdbuf[4] & 0x1) ? "START" : "STOP");
|
||||
scsi_status_complete(SS_GOOD);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user