mirror of
https://github.com/simh/simh.git
synced 2026-02-05 07:55:37 +00:00
Added KDP to PDP11 simulator
This commit is contained in:
@@ -660,10 +660,6 @@ typedef struct pdp_dib DIB;
|
||||
#define IOLN_XU 010
|
||||
#define IOBA_DMR (IO_UBA3 + 0764000) /* DMR11 */
|
||||
#define IOLN_DMR 010
|
||||
#define IOBA_DUP (IO_UBA3 + 0760300) /* DUP11 */
|
||||
#define IOLN_DUP 010
|
||||
#define IOBA_KMC (IO_UBA3 + 0760540) /* KMC11 */
|
||||
#define IOLN_KMC 010
|
||||
#define IOBA_CR (IO_UBA3 + 0777160) /* CD/CR/CM */
|
||||
#define IOLN_CR 010
|
||||
#define IOBA_RY (IO_UBA3 + 0777170) /* RX211 */
|
||||
|
||||
@@ -961,6 +961,12 @@ AUTO_CON auto_tab[] = {/*c #v am vm fxa fxv */
|
||||
{0017550}, {0070} }, /* PC11 reader - fx CSR, fx VEC */
|
||||
{ { "PTP" }, 1, 1, 0, 0,
|
||||
{0017554}, {0074} }, /* PC11 punch - fx CSR, fx VEC */
|
||||
{ { "KMC" }, 1, 2, 0, 0,
|
||||
{0000540}, {0540} }, /* KMC11 - fx CSR, fx VEC */
|
||||
{ { "DUP0" }, 1, 2, 0, 0,
|
||||
{0000300}, {0300} }, /* DUP11 sync - fx CSR, fx VEC */
|
||||
{ { "DUP1" }, 1, 2, 0, 0,
|
||||
{0000310}, {0310} }, /* DUP11 sync - fx CSR, fx VEC */
|
||||
#else
|
||||
{ { "QBA" }, 1, 0, 0, 0,
|
||||
{017500} }, /* doorbell - fx CSR, no VEC */
|
||||
|
||||
Reference in New Issue
Block a user