diff --git a/cpcp/cpcp.ini b/cpcp/cpcp.ini new file mode 100644 index 0000000..6303684 --- /dev/null +++ b/cpcp/cpcp.ini @@ -0,0 +1,40 @@ +# boot CPV from cpcp.tap +# put system on cpcpswap and cpcpsys +# +set cpu history=6000 +rm simulator.dbg +set debug simulator.dbg + +#SET SCP-PROCESS DEBUG=EXPSTACK +#SET SCP-PROCESS DEBUG=EXPEVAL +#SET SCP-PROCESS DEBUG=QUEUE +#SET SCP-PROCESS DEBUG=ACTIVATE +#SET SCP-PROCESS DEBUG=NEGATIVE +#SET SCP-PROCESS DEBUG=EVENT + +#SET CPU DEBUG=TRACE + +set cpu sigma7B +set cpu FP +set cpu DECIMAL + +# set pt to avoid conflict with mux +set pt dva=7 +# set mux to MEA06 COC index = 0 +set mux chan=a,dva=6,lines=64 + + +#set dpb to DPBF +set dpb chan=b,dva=f +#set rad to avoid conflict with dpb +set rad chan=d,dva=8 + +att mux line=0,2020,line=1,2021,line=2,2022,line=3,2023,line=10,2010 +att mux line=04,2024,line=5,2025 +att mux 4000 +att lp cpcplp +att dpb0 cpcpswap +att dpb1 cpcpsys + + + diff --git a/cpcp/cpcp.tap b/cpcp/cpcp.tap new file mode 100644 index 0000000..08d8ff7 Binary files /dev/null and b/cpcp/cpcp.tap differ