Awesomeness! A MOS 6502 CPU modelled in JavaScript now port this to CUDA ;-)

Hi,

I found a neat project that simulates a MOS 6502 at the logic gate level in JavaScript in your browser.
While the CPU operates the state of all the gates is accurately represented visually in a vector layout.

[url=“Visual 6502 in JavaScript”]http://visual6502.org/JSSim/index.html[/url]

Doesn’t this thing cry for a port to CUDA? All these gates switching in parallel on the CUDA architecture
would provide a speed boost, allowing for a near-realtime simulation, wouldn’t it?

Christian