1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-16 05:29:31 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
dependabot-preview[bot]
af29a7be6d
Bump log from 0.4.13 to 0.4.14
Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 03:16:16 +00:00
dependabot-preview[bot]
6d96b8f554
Bump log from 0.4.12 to 0.4.13
Bumps [log](https://github.com/rust-lang/log) from 0.4.12 to 0.4.13.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.12...0.4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 11:32:49 +00:00
dependabot-preview[bot]
d89bbdc675
Bump log from 0.4.11 to 0.4.12
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-08 00:56:08 +00:00
dependabot-preview[bot]
525bd3e7c5
Bump log from 0.4.8 to 0.4.11
Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-16 01:24:50 +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
GooseDB
7f7b9d87a2 update toml 2019-10-13 00:34:19 +03:00
Andrey Kutejko
cb2658f3e3 update bitflags 2019-10-06 18:56:51 +02:00
Matthias Endler
5ee12bdbc0 Add no_std support 2018-11-04 20:26:51 +01: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
2737471819 Rename machine to cpu and the crate to mos6502 2017-11-13 23:37:32 +01: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
5e4dc965bf Fix breaking changes. 2015-01-17 17:53:21 -05:00
Johannes Muenzel
12f9b21bd0 Move files around to match the usual structure more 2014-10-01 00:17:33 -04:00
Andrew Keeton
2675725a3d Remove Cargo.toml. 2014-09-28 21:15:25 -04:00
Johannes Muenzel
0b2c805a96 Shuffle things around a little. For now a library called machine6502 will be the main code base. 6502-rs is inconvenient to use in a rust context since it starts with a number. The test_exe is no longer the main cargo build target 2014-09-26 02:59:47 -04:00
Johannes Muenzel
b22b36bc2a Get some basic definitions and module structure going. Not sure whether Cargo.lock should be in .gitignore 2014-09-26 02:29:27 -04:00