mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Apply the dynamic SCSI buffer window sizing fix to MO, removable disk, and CD-ROM as well.
This commit is contained in:
@@ -140,6 +140,7 @@ typedef struct mo_t {
|
||||
void * log;
|
||||
|
||||
uint8_t *buffer;
|
||||
size_t buffer_sz;
|
||||
uint8_t atapi_cdb[16];
|
||||
uint8_t current_cdb[16];
|
||||
uint8_t sense[256];
|
||||
|
||||
Reference in New Issue
Block a user