1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-29 02:55:06 +00:00
Commit Graph

185 Commits

Author SHA1 Message Date
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
e745abc7e5 Add link to docs 2018-10-26 10:42:15 +02: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
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
Andrew Keeton
404f8ba1e8 Fix build. 2015-01-29 16:28:53 -05:00
Andrew Keeton
6520983de4 Add range_incl.rs and use range_incl() in the tests. 2015-01-17 19:47:58 -05:00
Andrew Keeton
7210ee7d71 Fix range literal overflow. 2015-01-17 18:51:26 -05:00
Andrew Keeton
fd68b8dc58 Fix range literal overflow. 2015-01-17 18:50:18 -05:00
Andrew Keeton
93b6356cbf Fix tests. 2015-01-17 18:41:28 -05:00
Andrew Keeton
5e4dc965bf Fix breaking changes. 2015-01-17 17:53:21 -05:00
Johannes Muenzel
bd30f8c6cc Merge pull request #35 from typelist/master
Reintroduce CheckedAddressDiff now that multidispatch works
2014-12-18 19:18:42 -05:00
Johannes Muenzel
e4b3e64739 Reintroduce CheckedAddressDiff now that multidispatch works 2014-12-18 19:17:37 -05:00
Johannes Muenzel
94c67395a9 Merge pull request #34 from typelist/master
Fix the build
2014-12-18 18:06:40 -05:00
Johannes Muenzel
3355699a94 Fix the build 2014-12-18 17:57:42 -05:00
Andrew Keeton
a6c59c3ff1 Merge pull request #33 from amw-zero/ark-ora
Implement ORA
2014-11-20 18:52:13 -05:00
Andrew Keeton
4e75f50afd Add inclusive_or(). 2014-11-20 18:48:42 -05:00
Andrew Keeton
8698dc17f9 Add ORA to execute_instruction(). 2014-11-20 18:47:32 -05:00
Andrew Keeton
9c95ade3a3 Fix inclusive_or_test(). 2014-11-20 18:45:52 -05:00
Andrew Keeton
d0c376ba90 Add inclusive_or_test(). 2014-11-20 18:42:57 -05:00
Johannes Muenzel
aa7db5e623 Merge pull request #32 from typelist/master
Fix the build for namespaced enums
2014-11-20 18:36:24 -05:00
Johannes Muenzel
c01995ba55 fix the build for namespaced enums 2014-11-20 18:33:23 -05:00
Andrew Keeton
90b353e991 Merge pull request #31 from amw-zero/ark-eor
Implement EOR
2014-11-16 21:21:57 -05:00