Don't kill the emulator on an unknown ZIP drive SCSI/ATAPI command.
This commit is contained in:
parent
edea3bf26a
commit
e411652b27
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ static int scsi_zip_command(uint8_t *cdb, void *p)
|
|||
break;
|
||||
|
||||
default:
|
||||
fatal("Bad SCSI ZIP command %02x\n", cdb[0]);
|
||||
pclog("Bad SCSI ZIP command %02x\n", cdb[0]);
|
||||
scsi_zip_illegal(data);
|
||||
bus_state = BUS_CD | BUS_IO;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue