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.lock | |
parent | b5be6c86d3764131d328389ceeedeb2af46039cc (diff) |
Add ram and rom, implement basic MOV functionality
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "smemu" +name = "x51emu" version = "0.1.0" |