Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/swtp6800/common/
H A Dmp-a2.c52 #define UNIT_LO_PROM (1 << UNIT_V_LO_PROM) macro
111 { UNIT_LO_PROM, UNIT_LO_PROM, "LO_PROM", "LO_PROM", NULL },
112 { UNIT_LO_PROM, 0, "NOLO_PROM", "NOLO_PROM", NULL },
159 if (CPU_BD_unit.flags & UNIT_LO_PROM) in get_base()
188 if (CPU_BD_unit.flags & UNIT_LO_PROM) { in CPU_BD_get_mbyte()