mirror of
https://github.com/simh/simh.git
synced 2026-02-12 19:08:41 +00:00
CDC1700: Release 2
- Fix protect fault for 2-word instructions so that background tasks do not crash. - Lay the ground work for supporting the enhanced instruction set. - Fix disk layout bug (disks are no longer compatible with previous version). - Add debugging support for displaying MSOS 5 system requests. - Fix bugs found by Coverity.
This commit is contained in:
2
makefile
2
makefile
@@ -1497,7 +1497,7 @@ CDC1700 = ${CDC1700D}/cdc1700_cpu.c ${CDC1700D}/cdc1700_dis.c \
|
||||
${CDC1700D}/cdc1700_dc.c ${CDC1700D}/cdc1700_iofw.c \
|
||||
${CDC1700D}/cdc1700_lp.c ${CDC1700D}/cdc1700_dp.c \
|
||||
${CDC1700D}/cdc1700_cd.c ${CDC1700D}/cdc1700_sym.c \
|
||||
${CDC1700D}/cdc1700_rtc.c
|
||||
${CDC1700D}/cdc1700_rtc.c ${CDC1700D}/cdc1700_msos5.c
|
||||
CDC1700_OPT = -I ${CDC1700D}
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user