mirror of
https://github.com/zellyn/go6502.git
synced 2025-01-19 16:30:26 +00:00
11 lines
344 B
Go
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
|