Skip to content
Snippets Groups Projects
Verified Commit b62238f1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: small comment fix

parent 0037e4ca
No related branches found
No related tags found
No related merge requests found
Pipeline #3953 failed
......@@ -66,7 +66,7 @@ impl GameShark {
let mut writes = vec![];
for code in self.codes.values() {
// calculates the real RAM address using both
// he base RAM address the RAM bank offset
// the base RAM address and the RAM bank offset
let (base_addr, addr) = if code.addr <= 0xc000 {
(
0xa000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment