mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-21 21:29:16 +00:00
Transistor level 6502 Hardware Simulation in Javascript
ef0a714a29
The parameter to allTCStates() has had a name change from useNBSP to useHTML. busToString() has had the TStateF pseudobus removed, and a pseudobus called Phi added. Phi pretty-prints the state of the cp1 node (the internal phase 1 node) as Φ1 when high and as Φ2 when low. This is nicer than plain 0 or 1. Logging the TState pseudobus followed by the Phi pseudobus creates the effect intended by the removed TStateF pseudobus, keeping our collection of operations orthogonal (no proliferation of trivially different operations that duplicate each other diagonally). |
||
---|---|---|
3rdparty | ||
chip-6800 | ||
images | ||
.gitattributes | ||
.gitignore | ||
browsertrouble.html | ||
chipsim.js | ||
expert-6800.html | ||
expert-allinone.js | ||
expert.css | ||
expert.html | ||
expertWires.js | ||
index.html | ||
kiosk.css | ||
kioskWires.js | ||
macros.js | ||
memtable.js | ||
nodenames.js | ||
README | ||
segdefs.js | ||
testprogram.js | ||
transdefs.js | ||
wires.js |
This is the JavaScript simulator from the visual5602.org project: www.visual6502.org/JSSim It includes a general purpose transistor-level simulator, layout browser, and the data from a 6502 revD chip. It also includes a similar simulator for the 6800 chip. Note the various licenses and Copyright associated with each file. Enjoy! - The Visual 6502 Team