Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions AltairZ80/s100_icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,6 @@ static uint8 ICOM_Command(UNIT *uptr, ICOM_REG *pICOM, int32 Data)
pICOM->status &= ~ICOM_STAT_DRVFAIL;
pICOM->status &= ~ICOM_STAT_CRC;
pICOM->status &= ~ICOM_STAT_DDM;
pICOM->rDataBuf = 0;
pICOM->wDataBuf = 0;
break;

case ICOM_CMD_LDCONF:
Expand Down
Loading