1
0
mirror of https://github.com/mre/mos6502.git synced 2024-12-02 17:50:29 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Keeton
446e93eabd Add Cargo.lock to .gitignore. 2014-09-28 18:02:33 -04:00
Andrew Keeton
0a1d6c47d0 Rename the Status register sign to negative. 2014-09-28 18:01:47 -04:00
Andrew Keeton
b546c62946 Add a BitFlag enum for the Status registers, replacing u8s. 2014-09-28 17:58:02 -04:00
Andrew Keeton
0b492a9702 Add new() methods and get main() running. 2014-09-27 23:58:12 -04:00
Andrew Keeton
2e2ba84d61 Fix modules. 2014-09-27 22:09:31 -04:00
Andrew Keeton
1f896fb4e9 Try to split into modules. 2014-09-27 21:32:41 -04:00
Andrew Keeton
6436fef0a0 Add add_with_carry(). 2014-09-26 05:49:13 -04:00
Andrew Keeton
b04190ce29 Add some stuff. 2014-09-26 03:52:13 -04:00
Andrew Keeton
e6623c443c Run 'cargo new 6502emu --bin' 2014-09-26 02:51:01 -04:00