Merge pull request #81 from mactcp/main

Remove obsolete initialization of sector data overrun byte.
This commit is contained in:
Eric Helgeson 2022-03-31 20:35:00 -05:00 committed by GitHub
commit 3b17788cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -455,8 +455,6 @@ void setup()
readSCSIDeviceConfig();
readSDCardInfo();
//Sector data overrun byte setting
m_buf[MAX_BLOCKSIZE] = 0xff; // DB0 all off,DBP off
//HD image file open
scsi_id_mask = 0x00;