diff options
author | Oxore <oxore@protonmail.com> | 2019-11-11 01:43:23 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-11-11 01:43:23 +0300 |
commit | 59e2c93bb5fd4301a7653c568419376374c2c33a (patch) | |
tree | 6d1e5913fd10c16f10bc135f6eb558fb5c682a37 /Cargo.toml | |
parent | b5be6c86d3764131d328389ceeedeb2af46039cc (diff) |
Add ram and rom, implement basic MOV functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "smemu" +name = "x51emu" version = "0.1.0" authors = ["Oxore <oxore@protonmail.com>"] edition = "2018" |