1
0
mirror of https://github.com/mre/mos6502.git synced 2024-07-02 21:29:58 +00:00
Commit Graph

352 Commits

Author SHA1 Message Date
GooseDB
e0d5004aa6 remove user input from readme example 2019-10-22 18:53:13 +03:00
GooseDB
d4c11e8f7c update readme 2019-10-22 15:15:26 +03:00
Matthias Endler
a29c22158f
Merge pull request #19 from GooseDB/examples
New example: Euclidean algorithm
2019-10-22 08:59:06 +02:00
Matthias Endler
ab009bb539
Merge pull request #20 from naokiri/github-actions
Add github actions
2019-10-22 08:52:03 +02:00
Naoaki Iwakiri
0578a3e663 Add github actions 2019-10-22 09:44:18 +09:00
GooseDB
6a0163138a refactoring 2019-10-13 01:22:57 +03:00
GooseDB
7f7b9d87a2 update toml 2019-10-13 00:34:19 +03:00
GooseDB
0e112a8a44 return newline 2019-10-13 00:19:09 +03:00
GooseDB
c837d7c986 return comments 2019-10-13 00:18:07 +03:00
GooseDB
71ac36b083 return comment 2019-10-13 00:14:55 +03:00
GooseDB
8c70df142c new example 2019-10-13 00:07:53 +03:00
Matthias Endler
587fa91bae
Make code more idiomatic 2019-10-06 23:35:13 +02:00
Andrey Kutejko
cb8800689f Make changes suggested by Clippy and few more 2019-10-06 23:23:38 +02:00
Andrey Kutejko
cb2658f3e3 update bitflags 2019-10-06 18:56:51 +02:00
Matthias Endler
e46f5b2495 Clarification 2018-11-04 21:54:09 +01:00
Matthias Endler
a10d85d73f Formatting 2018-11-04 21:39:15 +01:00
Matthias Endler
1a2dc5853b
Update README.md 2018-11-04 20:40:00 +01:00
Matthias Endler
0addb59c68
Merge pull request #15 from mre/no-std-base
Add no_std support
2018-11-04 20:35:57 +01:00
Matthias Endler
8360aa4518 Merge branch 'master' of github.com:mre/mos6502 into no-std-base 2018-11-04 20:32:30 +01:00
Matthias Endler
5ee12bdbc0 Add no_std support 2018-11-04 20:26:51 +01:00
Matthias Endler
797f27e333
Merge pull request #14 from senden9/feature/num_fixes
Some style fixes and stabilisation
2018-10-30 13:15:21 +01:00
Stefano Probst
8239b298cb Simplify some expressions by using the assign op pattern.
See also https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#assign_op_pattern
2018-10-30 12:40:41 +01:00
Stefano Probst
7df3f75934 More stable future for this project. Change some casts from as to a TYPE::from(x) style so that the compile can warn us in the future for some things.
See also https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#cast_lossless
2018-10-30 12:32:36 +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
Noppadet Vivatchotikul
7e8171487e fix syntax error 2018-10-26 09:50:43 +07: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
Andrew Keeton
404f8ba1e8 Fix build. 2015-01-29 16:28:53 -05:00