Remove obsolete initialization of sector data overrun byte.

This commit is contained in:
Glenn Anderson 2022-03-31 13:33:24 -07:00
parent 30eccd413e
commit de35be0dc2
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;