mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-21 21:29:16 +00:00
118 lines
2.0 KiB
JavaScript
118 lines
2.0 KiB
JavaScript
/*
|
|
Copyright (c) 2010 Brian Silverman, Barry Silverman
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
*/
|
|
|
|
var nodenames ={
|
|
db1: 82,
|
|
db0: 1005,
|
|
db3: 650,
|
|
db2: 945,
|
|
db5: 175,
|
|
db4: 1393,
|
|
db7: 1349,
|
|
db6: 1591,
|
|
a1: 1234,
|
|
ab1: 451,
|
|
ab2: 1340,
|
|
a2: 978,
|
|
s2: 81,
|
|
a5: 858,
|
|
a4: 727,
|
|
a7: 1653,
|
|
a6: 1136,
|
|
so: 1672,
|
|
sync: 539,
|
|
vcc: 657,
|
|
clk1out: 1163,
|
|
p2: 1421,
|
|
p3: 439,
|
|
p0: 687,
|
|
p1: 1444,
|
|
p6: 77,
|
|
p7: 1370,
|
|
p4: 1119,
|
|
p5: 0,
|
|
pcl3: 1359,
|
|
pcl2: 655,
|
|
pcl1: 1022,
|
|
pcl0: 1139,
|
|
pcl7: 1611,
|
|
pcl6: 377,
|
|
pcl5: 622,
|
|
pcl4: 900,
|
|
clk0: 1171,
|
|
s3: 1532,
|
|
res: 159,
|
|
s1: 183,
|
|
s0: 1403,
|
|
s7: 1435,
|
|
s6: 1212,
|
|
s5: 1098,
|
|
s4: 1702,
|
|
rw: 1156,
|
|
x2: 1,
|
|
x3: 1648,
|
|
x0: 1216,
|
|
x1: 98,
|
|
x6: 448,
|
|
x7: 777,
|
|
x4: 85,
|
|
x5: 589,
|
|
rdy: 89,
|
|
clk2out: 421,
|
|
nmi: 1297,
|
|
ab12: 1237,
|
|
ab13: 349,
|
|
ab10: 1443,
|
|
ab11: 399,
|
|
ab14: 672,
|
|
ab15: 195,
|
|
ab0: 268,
|
|
a0: 737,
|
|
a3: 162,
|
|
ab3: 211,
|
|
ab4: 435,
|
|
ab5: 736,
|
|
ab6: 887,
|
|
ab7: 1493,
|
|
ab8: 230,
|
|
ab9: 148,
|
|
pch7: 205,
|
|
pch6: 1551,
|
|
pch5: 49,
|
|
pch4: 948,
|
|
pch3: 584,
|
|
pch2: 502,
|
|
pch1: 292,
|
|
pch0: 1670,
|
|
irq: 103,
|
|
vss: 558,
|
|
y1: 1148,
|
|
y0: 64,
|
|
y3: 305,
|
|
y2: 573,
|
|
y5: 615,
|
|
y4: 989,
|
|
y7: 843,
|
|
y6: 115,
|
|
cclk: 943
|
|
}
|