mirror of
https://github.com/zellyn/go6502.git
synced 2024-11-15 09:05:21 +00:00
5 lines
95 B
Go
5 lines
95 B
Go
/*
|
|
Package cpu provides routines for emulating a 6502 or (in the future) 65C02.
|
|
*/
|
|
package cpu
|