mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2026-04-19 12:26:01 +00:00
flag VCC as having pullup (just for consistency)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
nodes::nodes(std::map<std::string,int>& map_seg_i) {
|
||||
/* power */
|
||||
isegVCC = map_seg_i["-vcc"];
|
||||
isegVCC = map_seg_i["+vcc"];
|
||||
isegVSS = map_seg_i["-vss"];
|
||||
|
||||
/* inputs */
|
||||
|
||||
+234
-234
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user