mirror of
https://github.com/simh/simh.git
synced 2026-01-31 05:43:06 +00:00
Merge of working DMC-11 device from Rob Jarratt.
pdp11_dmc.c - Fixed DMA bug which wrote data into the wrong simulated memory address. - Fixed incoming IP address checking. pdp11_io_lib.c - Added the DMC device to the autoconfigure device table vax780_defs.h - Added comment for DMC11
This commit is contained in:
3025
PDP11/pdp11_dmc.c
3025
PDP11/pdp11_dmc.c
File diff suppressed because it is too large
Load Diff
@@ -352,7 +352,7 @@ AUTO_CON auto_tab[] = {
|
||||
{ { NULL }, 1, 2, 8, 8 }, /* DU11 */
|
||||
{ { NULL }, 1, 2, 8, 8 }, /* DUP11 */
|
||||
{ { NULL }, 10, 2, 8, 8 }, /* LK11A */
|
||||
{ { NULL }, 1, 2, 8, 8 }, /* DMC11 */
|
||||
{ { "DMC" }, 1, 2, 8, 8 }, /* DMC11 */
|
||||
{ { "DZ" }, DZ_MUXES, 2, 8, 8 }, /* DZ11 */
|
||||
{ { NULL }, 1, 2, 8, 8 }, /* KMC11 */
|
||||
{ { NULL }, 1, 2, 8, 8 }, /* LPP11 */
|
||||
|
||||
Reference in New Issue
Block a user