(WIP) add more low-level segment stuff

This commit is contained in:
Christopher Mosher
2013-12-12 17:05:33 -05:00
parent 654d0510c8
commit b6624094be
13 changed files with 459 additions and 58 deletions

View File

@@ -13,7 +13,7 @@ nodes::nodes(std::map<std::string,int>& map_seg_i) {
RES = map_seg_i["-res"];
NMI = map_seg_i["-nmi"];
RDY = map_seg_i["+rdy"];
SO = map_seg_i["+s0"];
SO = map_seg_i["+so"];
/* data bus (I/O) */
DB0 = map_seg_i["-db0"];