mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2024-10-31 16:05:31 +00:00
flag VCC as having pullup (just for consistency)
This commit is contained in:
parent
9b0bc1bb15
commit
e187549210
@ -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 */
|
||||
|
468
transistors
468
transistors
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user