1
0
mirror of https://github.com/mre/mos6502.git synced 2024-11-28 22:51:26 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Andrew Keeton
87262b0dca Integrate Instruction. 2014-09-28 21:12:06 -04:00
Andrew Keeton
53fce602b3 Integrate AddressingMode. 2014-09-28 21:07:13 -04:00
Andrew Keeton
203bfa6244 Integrate IRQ. 2014-09-28 21:06:12 -04:00
Andrew Keeton
f7cf02fb9e Integrate AddressDiff. 2014-09-28 20:59:09 -04:00
Andrew Keeton
957a3272b7 Add unit test for add_with_carry(). Fix carrying logic. 2014-09-28 20:29:01 -04:00
Andrew Keeton
dd059506ff git rm Cargo.lock 2014-09-28 18:10:50 -04:00
Andrew Keeton
468d659772 Add Cargo.lock to .gitignore. Remove the .gitignore created by Cargo. 2014-09-28 18:04:44 -04:00
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