1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-06-25 12:29:33 +00:00
go6502/docs/visual.org
2013-03-11 20:16:24 -07:00

192 B

Speedups

  • Keep group state in a single mask, and index into a precomputed array of groupvalues.
  • Don't use a bitmap for transistor values.
  • Don't recompute in SetNode if nothing changed.