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

11 Commits

Author SHA1 Message Date
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