Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_cpu.c175 static t_stat chip_show (FILE *st, UNIT *uptr, int32 val, void *desc);
325 … { UNIT_CPU_OPSTOP, UNIT_CPU_OPSTOP, "ITRAP", "ITRAP", NULL, &chip_show },
326 … { UNIT_CPU_OPSTOP, 0, "NOITRAP", "NOITRAP", NULL, &chip_show },
6398 static t_stat chip_show(FILE *st, UNIT *uptr, int32 val, void *desc) { in chip_show() function