1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-27 20:39:22 +00:00

KA10: Fixed typo.

This commit is contained in:
Richard Cornwell
2018-01-20 15:05:26 -05:00
parent cd5f529f35
commit e698f1389d

View File

@@ -334,9 +334,9 @@ t_stat mt_devio(uint32 dev, uint64 *data) {
res |= IDLE_UNIT;
if ((uptr->flags & MTUF_WLK) != 0)
res |= WRITE_LOCK;
if (sim_tape_eot(uptr))
res |= BOT_FLAG;
if (sim_tape_bot(uptr))
res |= BOT_FLAG;
if (sim_tape_eot(uptr))
res |= EOT_FLAG;
#if KI_22BIT
if (dptr->flags & MTDF_TYPEB)