1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-28 17:54:52 +00:00
go6502/visual/doc.go

11 lines
344 B
Go
Raw Normal View History

/*
Package visual provides routines for emulating a 6502 at the
2013-03-08 01:38:01 +00:00
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