1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-26 17:03:52 +00:00

340 CONO 200 is for gronking special interrupt.

This commit is contained in:
Lars Brinkhoff
2020-03-29 11:29:44 +02:00
parent 5b3e2f0f19
commit 99dbf06606

View File

@@ -212,6 +212,14 @@ initiate(Dis340 *dis)
rfd(dis);
}
static void
gronk(Dis340 *dis)
{
dis->lp_flag = 0;
dis->hef = 0;
dis->vef = 0;
}
static void
read_to_mode(Dis340 *dis)
{
@@ -969,6 +977,8 @@ wake_dis(void *dev)
if(bus->c12 & F29)
initiate(dis);
if(bus->c12 & F28)
gronk(dis);
//printf("DIS CONO SET %012lo\n", bus->c12);
}
if(IOB_DATAO_CLEAR){