Merge pull request #46 from mmfoerster/master

Added missing '#' and '~' to both copies of the BRtaken node name.
This commit is contained in:
BigEd 2017-05-08 18:25:56 +01:00 committed by GitHub
commit 90f57631c0
2 changed files with 4 additions and 3 deletions

View File

@ -12281,7 +12281,8 @@ INTG: 1350, // internal signal: interrupt handler related
// internal signals: control signals
nnT2BR: 967, // doubly inverted
BRtaken: 1544, // aka #TAKEN
"#BRtaken": 1544, // aka #TAKEN
"~BRtaken": 1544, // automatic alias replacing hash with tilde
// interrupt and vector related
NMIP: 1032,

View File

@ -590,8 +590,8 @@ H1x1: 1042, // internal signal: drive status byte onto databus
// internal signals: control signals
nnT2BR: 967, // doubly inverted
BRtaken: 1544, // aka #TAKEN
BRtaken: 1544, // automatic alias replacing hash with tilde
"#BRtaken": 1544, // aka #TAKEN
"~BRtaken": 1544, // automatic alias replacing hash with tilde
// internal signals and state: interrupt and vector related
// segher says: