mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix ZIP drive identify itself as MMC drive when EVPD pages are sent (patch from claunia's fork of VARCem).
This commit is contained in:
@@ -1840,7 +1840,7 @@ zip_command(scsi_common_t *sc, uint8_t *cdb)
|
||||
preamble_len = 4;
|
||||
size_idx = 3;
|
||||
|
||||
dev->buffer[idx++] = 05;
|
||||
dev->buffer[idx++] = 0;
|
||||
dev->buffer[idx++] = cdb[2];
|
||||
dev->buffer[idx++] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user