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 {
impl Mmu {
pub fn new(ppu: Ppu, pad: Pad, timer: Timer) -> Self {
Self {
ppu: ppu,
pad: pad,
timer: timer,
ppu,
pad,
timer,
rom: Cartridge::new(),
boot_active: true,
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