Home
last modified time | relevance | path

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

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_defs.h353 # define DEV_V_TYPE 4 /* Attach type */ macro
374 # define DEV_TYPEMASK (((1 << DEV_S_TYPE) - 1) << DEV_V_TYPE)
375 # define DEV_DISK (1 << DEV_V_TYPE) /* sim_disk Attach */
376 # define DEV_TAPE (2 << DEV_V_TYPE) /* sim_tape Attach */
377 # define DEV_MUX (3 << DEV_V_TYPE) /* sim_tmxr Attach */
378 # define DEV_ETHER (4 << DEV_V_TYPE) /* Ethernet Device */
379 # define DEV_DISPLAY (5 << DEV_V_TYPE) /* Display Device */