aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-07-15 08:55:57 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-12 07:31:52 +0100
commitc6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650 (patch)
tree55f205062606664d3f17ff762e475a7895ceefee /Cargo.lock
parent587dd5bb80364688419bb43aba4afc044ac0ef48 (diff)
downloadtools.nes-c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650.tar.gz
tools.nes-c6c9aa4e5f3e5a01fcb9ccabf6dbd2f6da277650.zip
Add the notion of mapping
Mappings and segments are fundamental blocks on how code is distributed both on the actual ROM File and in the memory layout. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index debcc84..ee00bdd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -124,6 +124,20 @@ dependencies = [
]
[[package]]
+name = "ncount"
+version = "0.0.1"
+dependencies = [
+ "xixanta",
+]
+
+[[package]]
+name = "ngrep"
+version = "0.0.1"
+dependencies = [
+ "xixanta",
+]
+
+[[package]]
name = "proc-macro2"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"