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

fix: small fixes

parent b635d6aa
No related branches found
No related tags found
No related merge requests found
Pipeline #1502 passed
...@@ -37,9 +37,9 @@ pub struct Mmu { ...@@ -37,9 +37,9 @@ pub struct Mmu {
impl Mmu { impl Mmu {
pub fn new(ppu: Ppu, pad: Pad, timer: Timer) -> Self { pub fn new(ppu: Ppu, pad: Pad, timer: Timer) -> Self {
Self { Self {
ppu: ppu, ppu,
pad: pad, pad,
timer: timer, timer,
rom: Cartridge::new(), rom: Cartridge::new(),
boot_active: true, boot_active: true,
boot: [0u8; BOOT_SIZE], boot: [0u8; BOOT_SIZE],
......
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