Home
last modified time | relevance | path

Searched refs:toy_state (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_cpumod.c81 int32 toy_state = 0; variable
287 { DRDATA (TOY_STATE, toy_state, 6), REG_HRO },
1032 if (toy_state == 0) { in toy_read()
1048 bit = toy_data[toy_state >> 3] >> (toy_state & 07); in toy_read()
1049 toy_state = (toy_state + 1) % (TOY_LNT * 8); in toy_read()
1055 toy_state = 0; in toy_write()
1222 toy_state = 0; in sys_reset()