mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-18 05:33:57 +00:00
Merge pull request #45 from mmfoerster/master
Corrected node numbers for p6 (V bit) and p7 (N bit) of the status re…
This commit is contained in:
commit
4bb43bfd0e
@ -11879,8 +11879,8 @@ p2: 1553, // I bit of status register (storage node)
|
|||||||
p3: 348, // D bit of status register (storage node)
|
p3: 348, // D bit of status register (storage node)
|
||||||
p4: 1119, // there is no bit4 in the status register! (not a storage node)
|
p4: 1119, // there is no bit4 in the status register! (not a storage node)
|
||||||
p5: -1, // there is no bit5 in the status register! (not a storage node)
|
p5: -1, // there is no bit5 in the status register! (not a storage node)
|
||||||
p6: 77, // V bit of status register (storage node)
|
p6: 1625, // V bit of status register (storage node)
|
||||||
p7: 1370, // N bit of status register (storage node)
|
p7: 69, // N bit of status register (storage node)
|
||||||
|
|
||||||
// internal bus: status register outputs for push P
|
// internal bus: status register outputs for push P
|
||||||
Pout0: 687,
|
Pout0: 687,
|
||||||
@ -12102,7 +12102,7 @@ notRnWprepad: 187, // internal signal: to pad, yet to be inverted and retimed
|
|||||||
RnWstretched: 353, // internal signal: control datapad output drivers, aka TRISTATE
|
RnWstretched: 353, // internal signal: control datapad output drivers, aka TRISTATE
|
||||||
"#DBE": 1035, // internal signal: formerly from DBE pad (6501)
|
"#DBE": 1035, // internal signal: formerly from DBE pad (6501)
|
||||||
cp1: 710, // internal signal: clock phase 1
|
cp1: 710, // internal signal: clock phase 1
|
||||||
cclk: 943, // unbonded pad: internal non-overlappying phi2
|
cclk: 943, // unbonded pad: internal non-overlapping phi2
|
||||||
fetch: 879, // internal signal
|
fetch: 879, // internal signal
|
||||||
clearIR: 1077, // internal signal
|
clearIR: 1077, // internal signal
|
||||||
D1x1: 827, // internal signal: interrupt handler related
|
D1x1: 827, // internal signal: interrupt handler related
|
||||||
|
@ -153,8 +153,8 @@ p2: 1553, // I bit of status register (storage node)
|
|||||||
p3: 348, // D bit of status register (storage node)
|
p3: 348, // D bit of status register (storage node)
|
||||||
p4: 1119, // there is no bit4 in the status register! (not a storage node)
|
p4: 1119, // there is no bit4 in the status register! (not a storage node)
|
||||||
p5: -1, // there is no bit5 in the status register! (not a storage node)
|
p5: -1, // there is no bit5 in the status register! (not a storage node)
|
||||||
p6: 77, // V bit of status register (storage node)
|
p6: 1625, // V bit of status register (storage node)
|
||||||
p7: 1370, // N bit of status register (storage node)
|
p7: 69, // N bit of status register (storage node)
|
||||||
|
|
||||||
// internal bus: status register outputs for push P
|
// internal bus: status register outputs for push P
|
||||||
Pout0: 687,
|
Pout0: 687,
|
||||||
@ -405,7 +405,7 @@ RnWstretched: 353, // internal signal: control datapad output drivers, aka TRIST
|
|||||||
"#DBE": 1035, // internal signal: formerly from DBE pad (6501)
|
"#DBE": 1035, // internal signal: formerly from DBE pad (6501)
|
||||||
"~DBE": 1035, // automatic alias replacing hash with tilde
|
"~DBE": 1035, // automatic alias replacing hash with tilde
|
||||||
cp1: 710, // internal signal: clock phase 1
|
cp1: 710, // internal signal: clock phase 1
|
||||||
cclk: 943, // unbonded pad: internal non-overlappying phi2
|
cclk: 943, // unbonded pad: internal non-overlapping phi2
|
||||||
fetch: 879, // internal signal
|
fetch: 879, // internal signal
|
||||||
clearIR: 1077, // internal signal
|
clearIR: 1077, // internal signal
|
||||||
H1x1: 1042, // internal signal: drive status byte onto databus
|
H1x1: 1042, // internal signal: drive status byte onto databus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user