1
0
mirror of https://github.com/zellyn/go6502.git synced 2024-09-27 10:57:13 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Zellyn Hunter
56959ddcc9 speedups to visual.go 2013-03-07 22:34:54 -08:00
Zellyn Hunter
9605e2d69f Translate perfect6502 to go. 2013-03-07 17:38:01 -08:00
Zellyn Hunter
b268e242f8 Added .DS_Store to .gitignore. 2013-03-06 16:47:10 -08:00
Zellyn Hunter
e154293ca1 First pass at translating perfect6502 to Go. 2013-03-06 16:45:41 -08:00
Zellyn Hunter
e69ef9db5f Update to latest version of 6502 functional tests 2013-03-03 09:39:46 -08:00
Zellyn Hunter
77c24879e3 Use specific types for enums. 2013-02-28 16:33:39 -08:00
Zellyn Hunter
f1299f6f7f Move opcode metadata to separate package. 2013-02-28 09:01:31 -08:00
Zellyn Hunter
59a789746e Minor doc change 2013-02-27 23:19:48 -08:00
Zellyn Hunter
18a3c0093f Merge branch 'master' of github.com:zellyn/go6502 2013-02-27 23:17:40 -08:00
Zellyn Hunter
c689bd2aed Update README.md 2013-02-27 23:17:17 -08:00
Zellyn Hunter
f81871e892 Break out asm so it doesn't depend on cpu 2013-02-27 22:53:58 -08:00
Zellyn Hunter
a0cb814c9e Finally tracked down bug preventing Applesoft running 2013-02-27 22:45:03 -08:00
Zellyn Hunter
2620c1dee1 Added bug for proper on-cycle reads and writes. 2013-02-27 22:44:33 -08:00
Zellyn Hunter
a8a8074b63 disasm: correct switched X and Y indirect modes, fix spacing 2013-02-27 22:43:37 -08:00
Zellyn Hunter
e8738b3d74 Tests: randomize memory, report untested instructions. 2013-02-27 22:43:07 -08:00
Zellyn Hunter
0e6ebbb4dc Moved apple2.org to goapple2 repo 2013-02-23 22:20:55 -08:00
Zellyn Hunter
5102e1af3f Doc fixes. 2013-02-23 14:25:46 -08:00
Zellyn Hunter
769924cd72 First implementation done, with basic tests and commenting. 2013-02-23 14:11:02 -08:00
Zellyn Hunter
3b90d6303c Add harness binary to .gitignore 2013-02-18 16:20:03 -08:00
Zellyn Hunter
7d26907926 Most simple instructions done. 2013-02-18 16:19:10 -08:00
Zellyn Hunter
90369c5a23 Initial commit 2013-02-15 08:10:41 -08:00