1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-14 23:56:22 +00:00

PDP10: Change default bus address and vector for DMR device to be what the TOPS-10 expects (address 764000 and vector 610)

This commit is contained in:
Mark Pizzolato 2014-01-30 16:29:40 -08:00
parent 8c2de7c5a9
commit 235ffdb6f0

View File

@ -1709,7 +1709,7 @@ AUTO_CON auto_tab[] = {/*c #v am vm fxa fxv */
{ { "KDP" }, 1, 2, 0, 0,
{0000540}, {0540} }, /* KMC11-A comm IOP-DUP ucode - fx CSR, fx VEC */
{ { "DMR" }, 1, 2, 0, 0,
{0000700}, {0440} }, /* DMR11 comm - fx CSR, fx VEC */
{0004000}, {0610} }, /* DMR11 comm - fx CSR, fx VEC */
#else
{ { "QBA" }, 1, 0, 0, 0,
{017500} }, /* doorbell - fx CSR, no VEC */