dump.rs: Does not spark joy (remove dump.rs)

This commit is contained in:
2023-03-25 17:45:22 -05:00
parent 4ab7dcbe6a
commit 49a6fc0377
3 changed files with 0 additions and 67 deletions

View File

@@ -389,8 +389,6 @@ impl CPU {
*byte = 0;
}
}
//use dump::BinDumpable;
//bus.bin_dump(self.screen as usize..self.screen as usize + 0x100);
}
/// 00ee: Returns from subroutine
#[inline]