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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user