1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-06-24 15:29:40 +00:00
go6502/visual/doc.go
2013-03-07 17:38:01 -08:00

11 lines
344 B
Go

/*
Package visual provides routines for emulating a 6502 at the
transistor level, using data from visual6502.org.
It started out as an almost token-for-token translation of
https://github.com/mist64/perfect6502, and is slowly changing to be a
little more go-like, although keeping it fast seems to mean keeping
the c-nature.
*/
package visual