1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-14 23:58:21 +00:00

KA10: Fixed problem of droping first column of card.

This commit is contained in:
Richard Cornwell
2019-08-11 00:46:57 -04:00
parent fa3c6acca7
commit f0a4eb0c1b

View File

@@ -156,6 +156,7 @@ t_stat cr_devio(uint32 dev, uint64 *data) {
uptr->STATUS &= ~(CARD_IN_READ|RDY_READ|DATA_RDY);
uptr->COL = 0;
sim_activate(uptr, uptr->wait);
break;
}
if (CARD_RDY(uptr))
uptr->STATUS |= RDY_READ;