Commit Graph

203 Commits

Author SHA1 Message Date
Matthias Endler 9e7619b844 Reduce noise 2018-11-03 18:35:53 +01:00
Matthias Endler 4ed57998f5 Try to fix syntax 2018-11-03 12:15:06 +01:00
Matthias Endler c93571aef2 Try json 2018-11-03 01:13:59 +01:00
Matthias Endler b9bec283d5 Try to fix target discovery 2018-11-03 01:09:28 +01:00
Matthias Endler 9f3041b8e8 Add target path to circumvent build error 2018-11-03 01:03:10 +01:00
Matthias Endler 2bee0444ac Use xargo for testing 2018-11-03 00:51:45 +01:00
Matthias Endler 9f068c1b9c Experiment with utest 2018-11-01 23:50:52 +01:00
Matthias Endler 4e16967165 Add missing personalty trait 2018-10-30 22:07:34 +01:00
Matthias Endler 508eb28c36 Merge 2018-10-30 22:04:43 +01:00
Matthias Endler 00d3d42190 Add panic handler 2018-10-30 01:35:33 +01:00
Matthias Endler 07d83c7c78 Remove println to make compatible with no_std 2018-10-30 01:23:39 +01:00
Matthias Endler a28a92167e Add no_std flag 2018-10-30 01:16:02 +01:00
Matthias Endler 301c7889bb Switch back to cargo 2018-10-30 01:10:10 +01:00
Matthias Endler 4bb1326f61 Use newest log crate, which is no_std by default 2018-10-30 00:58:40 +01:00
Matthias Endler 2fccf14a2c Update num and commit Cargo.lock 2018-10-30 00:48:34 +01:00
Matthias Endler 9846324e61 Remove skeptic to test no_std 2018-10-30 00:20:06 +01:00
Matthias Endler 1301218e37
Merge pull request #7 from whitemalt/master
remove warning
2018-10-27 14:56:35 +02:00
Matthias Endler bba4ded34d
Merge branch 'master' into master 2018-10-27 14:53:13 +02:00
Matthias Endler 2199289dcf
Merge pull request #11 from senden9/feature/fixme_main
Sync binary example with the bin folder
2018-10-27 14:27:53 +02:00
Stefano Probst d041a62aac Sync binary example with the bin folder 2018-10-27 11:05:07 +02:00
Matthias Endler e745abc7e5 Add link to docs 2018-10-26 10:42:15 +02:00
Noppadet Vivatchotikul 7e8171487e fix syntax error 2018-10-26 09:50:43 +07:00
Matthias Endler eedb4fc944 Travis tuning 2018-10-26 01:00:22 +02:00
Matthias Endler 22ad640fc3 Restructure travis 2018-10-26 00:46:43 +02:00
Matthias Endler fbf939c2ab Add more tests 2018-10-26 00:39:43 +02:00
Matthias Endler 8fa4c2d93f Extend travis for embedded compilation 2018-10-26 00:22:21 +02:00
Matthias Endler 46badf1a08 Add features to docs 2018-10-26 00:06:05 +02:00
Matthias Endler 02df2b74cb Merge remote-tracking branch 'origin/master' into no-std 2018-10-25 23:53:07 +02:00
Matthias Endler fe62834154 Make changes to use no_std 2018-10-25 23:46:45 +02:00
Matthias Endler 927fa6d119
Merge pull request #9 from kzzt/master
ran clippy and renamed main.rs to mos6502.rs
2018-10-25 22:50:19 +02:00
Matthias Endler a2c777a716
Merge pull request #8 from mre/skeptic
Add usage example
2018-10-25 22:40:58 +02:00
kzzt ddfb3a3b29 ran clippy and renamed main.rs to mos6502.rs 2018-10-25 13:29:38 -05:00
Matthias Endler a6c30d0d48 Add usage example 2018-10-25 20:12:54 +02:00
Noppadet Vivatchotikul c440637adb fix variable 2018-10-25 22:35:00 +07:00
Noppadet Vivatchotikul a9697e6b79 remove warning 2018-10-25 22:07:16 +07:00
Matthias Endler d5e9281969
Update README.md 2018-10-25 15:02:27 +02:00
Matthias Endler d7384e51fa
Merge pull request #4 from senden9/feature/CI-init
Tarvis integration
2018-10-25 14:58:12 +02:00
Stefano Probst c6d58aca08 Typo 2018-10-25 14:40:57 +02:00
Stefano Probst 025759a1e6 Add tarvis integration 2018-10-25 14:38:33 +02:00
Matthias Endler cd64dba1a9 Update Cargo.toml 2017-11-13 23:47:22 +01:00
Matthias Endler c3bd281661 Update Cargo.toml 2017-11-13 23:46:10 +01:00
Matthias Endler c1ce0f034f Renaming 2017-11-13 23:40:31 +01:00
Matthias Endler 2737471819 Rename machine to cpu and the crate to mos6502 2017-11-13 23:37:32 +01:00
Matthias Endler 6a9ce4e12e Rename machine to cpu and the crate to mos6502 2017-11-13 23:34:31 +01:00
Matthias Endler aa30ea6300 Merge branch 'master' of github.com:mre/6502 2017-10-08 17:32:13 +02:00
Matthias Endler 7eafe55dfa Update README 2017-10-08 17:31:20 +02:00
Matthias Endler 5b57497ea4 Fix build for latest rustc 2017-10-08 17:27:53 +02:00
Matthias Endler 35b6ea6179 Switch back memory from vector to raw byte slice 2017-10-08 17:26:45 +02:00
Matthias Endler 0a3f628168 Fix compilation with latest rustc 2017-08-08 23:24:41 +02:00
Andrew Keeton 82e2cac30c Fix build. 2015-02-12 17:13:13 -05:00