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

210 Commits

Author SHA1 Message Date
Matthias
6d374c804c
Create FUNDING.yml 2020-06-23 02:16:15 +02:00
dependabot-preview[bot]
2248bb3b3c
Merge pull request #24 from mre/dependabot/cargo/num-0.3.0 2020-06-13 23:16:16 +00:00
dependabot-preview[bot]
400ad34f49
Bump num from 0.2.1 to 0.3.0
Bumps [num](https://github.com/rust-num/num) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/rust-num/num/releases)
- [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num/compare/num-0.2.1...num-0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-13 23:13:50 +00:00
dependabot-preview[bot]
d94c4b8dcf
Merge pull request #23 from mre/dependabot/cargo/num-0.2.1 2020-01-10 14:12:12 +00:00
dependabot-preview[bot]
0819879837
Bump num from 0.2.0 to 0.2.1
Bumps [num](https://github.com/rust-num/num) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/rust-num/num/releases)
- [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num/compare/num-0.2.0...num-0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 04:54:14 +00:00
Matthias Endler
12eab2c8c5
Merge pull request #22 from mre/dependabot/cargo/bitflags-1.2.1
Bump bitflags from 1.2.0 to 1.2.1
2019-10-23 12:30:11 +02:00
dependabot-preview[bot]
462ba39c76
Bump bitflags from 1.2.0 to 1.2.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.2.0...1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 09:47:40 +00:00
Matthias Endler
75ecad1a2a
Merge pull request #21 from GooseDB/update-readme
Updated readme: euclidean_algo example
2019-10-22 19:55:35 +02:00
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