Oct 27 00:53:50.765 INFO checking mattbruv/Gameboy-Crust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:53:50.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 00:53:51.234 INFO blam! fdcd6933212f7b869d056d518957029cfdf02a7ac7dc2154757592e9ab547512 Oct 27 00:53:51.237 INFO running `"docker" "start" "-a" "fdcd6933212f7b869d056d518957029cfdf02a7ac7dc2154757592e9ab547512"` Oct 27 00:53:52.387 INFO kablam! usermod: no changes Oct 27 00:53:52.519 INFO kablam! Compiling minifb v0.10.3 Oct 27 00:53:52.530 INFO kablam! Checking x11-dl v2.14.0 Oct 27 00:53:57.935 INFO kablam! Checking gameboy-crust v0.1.0 (/source) Oct 27 00:53:58.621 INFO kablam! warning: unused import: `std::io::*` Oct 27 00:53:58.621 INFO kablam! --> src/core/helper.rs:3:5 Oct 27 00:53:58.622 INFO kablam! | Oct 27 00:53:58.622 INFO kablam! 3 | use std::io::*; Oct 27 00:53:58.622 INFO kablam! | ^^^^^^^^^^ Oct 27 00:53:58.622 INFO kablam! | Oct 27 00:53:58.622 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:53:58.622 INFO kablam! Oct 27 00:53:58.622 INFO kablam! warning: unused macro definition Oct 27 00:53:58.622 INFO kablam! --> src/core/helper.rs:100:1 Oct 27 00:53:58.622 INFO kablam! | Oct 27 00:53:58.622 INFO kablam! 100 | / macro_rules! hex { Oct 27 00:53:58.622 INFO kablam! 101 | | ($val:expr) => {{ Oct 27 00:53:58.622 INFO kablam! 102 | | println!("${:02X}", $val); Oct 27 00:53:58.622 INFO kablam! 103 | | }} Oct 27 00:53:58.622 INFO kablam! 104 | | } Oct 27 00:53:58.622 INFO kablam! | |_^ Oct 27 00:53:58.622 INFO kablam! | Oct 27 00:53:58.622 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 00:53:58.622 INFO kablam! Oct 27 00:53:58.622 INFO kablam! warning: unused import: `core::helper::*` Oct 27 00:53:58.622 INFO kablam! --> src/core/register.rs:2:5 Oct 27 00:53:58.622 INFO kablam! | Oct 27 00:53:58.622 INFO kablam! 2 | use core::helper::*; Oct 27 00:53:58.622 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 00:53:58.622 INFO kablam! Oct 27 00:53:58.623 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.623 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! ::: src/core/register.rs:63:18 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 63 | self.a = high!(value); Oct 27 00:53:58.623 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 00:53:58.623 INFO kablam! Oct 27 00:53:58.623 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.623 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! ::: src/core/register.rs:64:18 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 64 | self.f = low!(value); Oct 27 00:53:58.623 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.623 INFO kablam! Oct 27 00:53:58.623 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.623 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! ::: src/core/register.rs:68:18 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 68 | self.b = high!(value); Oct 27 00:53:58.623 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.623 INFO kablam! Oct 27 00:53:58.623 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.623 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.623 INFO kablam! ::: src/core/register.rs:69:18 Oct 27 00:53:58.623 INFO kablam! | Oct 27 00:53:58.624 INFO kablam! 69 | self.c = low!(value); Oct 27 00:53:58.624 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.624 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.626 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! ::: src/core/register.rs:73:18 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 73 | self.d = high!(value); Oct 27 00:53:58.626 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.626 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.626 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! ::: src/core/register.rs:74:18 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 74 | self.e = low!(value); Oct 27 00:53:58.626 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.626 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.626 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! ::: src/core/register.rs:78:18 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 78 | self.h = high!(value); Oct 27 00:53:58.626 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.626 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.626 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! ::: src/core/register.rs:79:18 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 79 | self.l = low!(value); Oct 27 00:53:58.626 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.626 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.626 INFO kablam! --> src/core/register.rs:127:10 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 127 | match (self.f & Flag::Zero as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.626 INFO kablam! Oct 27 00:53:58.626 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.626 INFO kablam! --> src/core/register.rs:132:10 Oct 27 00:53:58.626 INFO kablam! | Oct 27 00:53:58.626 INFO kablam! 132 | match (self.f & Flag::Sub as u8) Oct 27 00:53:58.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.629 INFO kablam! Oct 27 00:53:58.629 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.629 INFO kablam! --> src/core/register.rs:137:10 Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! 137 | match (self.f & Flag::HalfCarry as u8) Oct 27 00:53:58.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.629 INFO kablam! Oct 27 00:53:58.629 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.629 INFO kablam! --> src/core/register.rs:142:10 Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! 142 | match (self.f & Flag::Carry as u8) Oct 27 00:53:58.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.629 INFO kablam! Oct 27 00:53:58.629 INFO kablam! warning: unused import: `core::disassembler::*` Oct 27 00:53:58.629 INFO kablam! --> src/core/cpu.rs:4:5 Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! 4 | use core::disassembler::*; Oct 27 00:53:58.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:58.629 INFO kablam! Oct 27 00:53:58.629 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.629 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! ::: src/core/cpu.rs:223:34 Oct 27 00:53:58.629 INFO kablam! | Oct 27 00:53:58.629 INFO kablam! 223 | memory.write(nn, low!(self.regs.sp)); Oct 27 00:53:58.629 INFO kablam! | ------------------ in this macro invocation Oct 27 00:53:58.629 INFO kablam! Oct 27 00:53:58.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.632 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.632 INFO kablam! | Oct 27 00:53:58.632 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.632 INFO kablam! | Oct 27 00:53:58.632 INFO kablam! ::: src/core/cpu.rs:224:38 Oct 27 00:53:58.632 INFO kablam! | Oct 27 00:53:58.632 INFO kablam! 224 | memory.write(nn + 1, high!(self.regs.sp)); Oct 27 00:53:58.632 INFO kablam! | ------------------- in this macro invocation Oct 27 00:53:58.632 INFO kablam! Oct 27 00:53:58.634 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.634 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.634 INFO kablam! | Oct 27 00:53:58.634 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.634 INFO kablam! | Oct 27 00:53:58.634 INFO kablam! ::: src/core/cpu.rs:745:36 Oct 27 00:53:58.634 INFO kablam! | Oct 27 00:53:58.634 INFO kablam! 745 | memory.write(self.regs.sp, high!(data)); Oct 27 00:53:58.634 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.634 INFO kablam! Oct 27 00:53:58.634 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.634 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.634 INFO kablam! | Oct 27 00:53:58.634 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.634 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! ::: src/core/cpu.rs:747:36 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 747 | memory.write(self.regs.sp, low!(data)); Oct 27 00:53:58.635 INFO kablam! | ---------- in this macro invocation Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:770:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 770 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:783:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 783 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:792:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 792 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:801:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 801 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:810:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 810 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:826:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 826 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:835:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 835 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:855:35 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 855 | self.regs.set_flag(Flag::Carry, (bit7 == 1)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:858:34 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 858 | self.regs.set_flag(Flag::Zero, (result == 0 && update_zero)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.635 INFO kablam! Oct 27 00:53:58.635 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.635 INFO kablam! --> src/core/cpu.rs:870:35 Oct 27 00:53:58.635 INFO kablam! | Oct 27 00:53:58.635 INFO kablam! 870 | self.regs.set_flag(Flag::Carry, (bit1 == 1)); Oct 27 00:53:58.635 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.638 INFO kablam! Oct 27 00:53:58.638 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.638 INFO kablam! --> src/core/cpu.rs:873:34 Oct 27 00:53:58.638 INFO kablam! | Oct 27 00:53:58.638 INFO kablam! 873 | self.regs.set_flag(Flag::Zero, (result == 0 && update_zero)); Oct 27 00:53:58.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.638 INFO kablam! Oct 27 00:53:58.638 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.638 INFO kablam! --> src/core/gpu.rs:337:13 Oct 27 00:53:58.638 INFO kablam! | Oct 27 00:53:58.638 INFO kablam! 337 | let row = (y / 8); Oct 27 00:53:58.639 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 00:53:58.639 INFO kablam! Oct 27 00:53:58.639 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.639 INFO kablam! --> src/core/gpu.rs:342:17 Oct 27 00:53:58.639 INFO kablam! | Oct 27 00:53:58.639 INFO kablam! 342 | let column = (x / 8); Oct 27 00:53:58.639 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 00:53:58.639 INFO kablam! Oct 27 00:53:58.640 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.640 INFO kablam! --> src/core/gpu.rs:404:18 Oct 27 00:53:58.640 INFO kablam! | Oct 27 00:53:58.640 INFO kablam! 404 | debug_color |= (debug_line_color as u32); Oct 27 00:53:58.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.640 INFO kablam! Oct 27 00:53:58.640 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.640 INFO kablam! --> src/core/gpu.rs:473:9 Oct 27 00:53:58.640 INFO kablam! | Oct 27 00:53:58.641 INFO kablam! 473 | if (scanline_y.wrapping_sub(sprite_y) < 8) { // top half Oct 27 00:53:58.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.641 INFO kablam! Oct 27 00:53:58.641 INFO kablam! warning: unused import: `interconnect::*` Oct 27 00:53:58.641 INFO kablam! --> src/core/dma.rs:2:5 Oct 27 00:53:58.641 INFO kablam! | Oct 27 00:53:58.641 INFO kablam! 2 | use interconnect::*; Oct 27 00:53:58.641 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 00:53:58.641 INFO kablam! Oct 27 00:53:58.647 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.647 INFO kablam! --> src/core/dma.rs:36:12 Oct 27 00:53:58.647 INFO kablam! | Oct 27 00:53:58.647 INFO kablam! 36 | if (self.cycles - adjusted_cycles < 0) { Oct 27 00:53:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.647 INFO kablam! Oct 27 00:53:58.647 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.647 INFO kablam! --> src/core/timer.rs:55:20 Oct 27 00:53:58.647 INFO kablam! | Oct 27 00:53:58.647 INFO kablam! 55 | if (timer_value == 255) { Oct 27 00:53:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.647 INFO kablam! Oct 27 00:53:58.647 INFO kablam! warning: unused import: `std::io::*` Oct 27 00:53:58.647 INFO kablam! --> src/core/helper.rs:3:5 Oct 27 00:53:58.647 INFO kablam! | Oct 27 00:53:58.647 INFO kablam! 3 | use std::io::*; Oct 27 00:53:58.647 INFO kablam! | ^^^^^^^^^^ Oct 27 00:53:58.647 INFO kablam! | Oct 27 00:53:58.647 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:53:58.647 INFO kablam! Oct 27 00:53:58.647 INFO kablam! warning: unused macro definition Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:100:1 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 100 | / macro_rules! hex { Oct 27 00:53:58.648 INFO kablam! 101 | | ($val:expr) => {{ Oct 27 00:53:58.648 INFO kablam! 102 | | println!("${:02X}", $val); Oct 27 00:53:58.648 INFO kablam! 103 | | }} Oct 27 00:53:58.648 INFO kablam! 104 | | } Oct 27 00:53:58.648 INFO kablam! | |_^ Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unused import: `core::helper::*` Oct 27 00:53:58.648 INFO kablam! --> src/core/register.rs:2:5 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 2 | use core::helper::*; Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:63:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 63 | self.a = high!(value); Oct 27 00:53:58.648 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:64:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 64 | self.f = low!(value); Oct 27 00:53:58.648 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:68:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 68 | self.b = high!(value); Oct 27 00:53:58.648 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:69:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 69 | self.c = low!(value); Oct 27 00:53:58.648 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:73:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 73 | self.d = high!(value); Oct 27 00:53:58.648 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.648 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.648 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! ::: src/core/register.rs:74:18 Oct 27 00:53:58.648 INFO kablam! | Oct 27 00:53:58.648 INFO kablam! 74 | self.e = low!(value); Oct 27 00:53:58.648 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.648 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.649 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! ::: src/core/register.rs:78:18 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 78 | self.h = high!(value); Oct 27 00:53:58.649 INFO kablam! | ------------ in this macro invocation Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.649 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! ::: src/core/register.rs:79:18 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 79 | self.l = low!(value); Oct 27 00:53:58.649 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.649 INFO kablam! --> src/core/register.rs:127:10 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 127 | match (self.f & Flag::Zero as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.649 INFO kablam! --> src/core/register.rs:132:10 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 132 | match (self.f & Flag::Sub as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.649 INFO kablam! --> src/core/register.rs:137:10 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 137 | match (self.f & Flag::HalfCarry as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 27 00:53:58.649 INFO kablam! --> src/core/register.rs:142:10 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 142 | match (self.f & Flag::Carry as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unused import: `core::disassembler::*` Oct 27 00:53:58.649 INFO kablam! --> src/core/cpu.rs:4:5 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 4 | use core::disassembler::*; Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.649 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! ::: src/core/cpu.rs:223:34 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 223 | memory.write(nn, low!(self.regs.sp)); Oct 27 00:53:58.649 INFO kablam! | ------------------ in this macro invocation Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.649 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.649 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! ::: src/core/cpu.rs:224:38 Oct 27 00:53:58.649 INFO kablam! | Oct 27 00:53:58.649 INFO kablam! 224 | memory.write(nn + 1, high!(self.regs.sp)); Oct 27 00:53:58.649 INFO kablam! | ------------------- in this macro invocation Oct 27 00:53:58.649 INFO kablam! Oct 27 00:53:58.659 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.659 INFO kablam! --> src/core/helper.rs:88:3 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! 88 | (($word >> 8) as u8) Oct 27 00:53:58.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! ::: src/core/cpu.rs:745:36 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! 745 | memory.write(self.regs.sp, high!(data)); Oct 27 00:53:58.659 INFO kablam! | ----------- in this macro invocation Oct 27 00:53:58.659 INFO kablam! Oct 27 00:53:58.659 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.659 INFO kablam! --> src/core/helper.rs:95:3 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! 95 | (($word & 0xFF) as u8) Oct 27 00:53:58.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! ::: src/core/cpu.rs:747:36 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! 747 | memory.write(self.regs.sp, low!(data)); Oct 27 00:53:58.659 INFO kablam! | ---------- in this macro invocation Oct 27 00:53:58.659 INFO kablam! Oct 27 00:53:58.659 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.659 INFO kablam! --> src/core/cpu.rs:770:34 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.659 INFO kablam! 770 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.659 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.659 INFO kablam! Oct 27 00:53:58.659 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.659 INFO kablam! --> src/core/cpu.rs:783:34 Oct 27 00:53:58.659 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 783 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:792:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 792 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:801:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 801 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:810:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 810 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:826:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 826 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:835:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 835 | self.regs.set_flag(Flag::Zero, (result == 0)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:855:35 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 855 | self.regs.set_flag(Flag::Carry, (bit7 == 1)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:858:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 858 | self.regs.set_flag(Flag::Zero, (result == 0 && update_zero)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:870:35 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 870 | self.regs.set_flag(Flag::Carry, (bit1 == 1)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:53:58.660 INFO kablam! --> src/core/cpu.rs:873:34 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 873 | self.regs.set_flag(Flag::Zero, (result == 0 && update_zero)); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.660 INFO kablam! --> src/core/gpu.rs:337:13 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 337 | let row = (y / 8); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.660 INFO kablam! --> src/core/gpu.rs:342:17 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 342 | let column = (x / 8); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 00:53:58.660 INFO kablam! --> src/core/gpu.rs:404:18 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 404 | debug_color |= (debug_line_color as u32); Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.660 INFO kablam! --> src/core/gpu.rs:473:9 Oct 27 00:53:58.660 INFO kablam! | Oct 27 00:53:58.660 INFO kablam! 473 | if (scanline_y.wrapping_sub(sprite_y) < 8) { // top half Oct 27 00:53:58.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.660 INFO kablam! Oct 27 00:53:58.660 INFO kablam! warning: unused import: `interconnect::*` Oct 27 00:53:58.661 INFO kablam! --> src/core/dma.rs:2:5 Oct 27 00:53:58.661 INFO kablam! | Oct 27 00:53:58.661 INFO kablam! 2 | use interconnect::*; Oct 27 00:53:58.661 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 00:53:58.661 INFO kablam! Oct 27 00:53:58.661 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.661 INFO kablam! --> src/core/dma.rs:36:12 Oct 27 00:53:58.661 INFO kablam! | Oct 27 00:53:58.661 INFO kablam! 36 | if (self.cycles - adjusted_cycles < 0) { Oct 27 00:53:58.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.661 INFO kablam! Oct 27 00:53:58.661 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:53:58.661 INFO kablam! --> src/core/timer.rs:55:20 Oct 27 00:53:58.661 INFO kablam! | Oct 27 00:53:58.661 INFO kablam! 55 | if (timer_value == 255) { Oct 27 00:53:58.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:53:58.661 INFO kablam! Oct 27 00:53:59.267 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.267 INFO kablam! --> src/core/cpu.rs:430:4 Oct 27 00:53:59.267 INFO kablam! | Oct 27 00:53:59.267 INFO kablam! 430 | 0xC3 => { self.regs.pc = self.next_pointer(memory); 4 }, Oct 27 00:53:59.275 INFO kablam! | ^^^^ Oct 27 00:53:59.275 INFO kablam! | Oct 27 00:53:59.275 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 00:53:59.275 INFO kablam! Oct 27 00:53:59.315 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.315 INFO kablam! --> src/core/cpu.rs:1007:7 Oct 27 00:53:59.315 INFO kablam! | Oct 27 00:53:59.315 INFO kablam! 1007 | }, _ => unreachable!() Oct 27 00:53:59.315 INFO kablam! | ^ Oct 27 00:53:59.315 INFO kablam! Oct 27 00:53:59.315 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.315 INFO kablam! --> src/core/cpu.rs:1037:7 Oct 27 00:53:59.315 INFO kablam! | Oct 27 00:53:59.315 INFO kablam! 1037 | }, _ => unreachable!() Oct 27 00:53:59.315 INFO kablam! | ^ Oct 27 00:53:59.315 INFO kablam! Oct 27 00:53:59.315 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.316 INFO kablam! --> src/core/cpu.rs:1060:7 Oct 27 00:53:59.316 INFO kablam! | Oct 27 00:53:59.316 INFO kablam! 1060 | }, _ => unreachable!() Oct 27 00:53:59.316 INFO kablam! | ^ Oct 27 00:53:59.316 INFO kablam! Oct 27 00:53:59.320 INFO kablam! warning: unused variable: `n2` Oct 27 00:53:59.320 INFO kablam! --> src/core/disassembler.rs:7:6 Oct 27 00:53:59.320 INFO kablam! | Oct 27 00:53:59.320 INFO kablam! 7 | let n2 = mem.read(reg.pc + 1); // opcode + 2 Oct 27 00:53:59.320 INFO kablam! | ^^ help: consider using `_n2` instead Oct 27 00:53:59.320 INFO kablam! | Oct 27 00:53:59.320 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:53:59.321 INFO kablam! Oct 27 00:53:59.321 INFO kablam! warning: unused variable: `n3` Oct 27 00:53:59.321 INFO kablam! --> src/core/disassembler.rs:8:6 Oct 27 00:53:59.321 INFO kablam! | Oct 27 00:53:59.321 INFO kablam! 8 | let n3 = mem.read(reg.pc + 2); // opcode + 3 Oct 27 00:53:59.321 INFO kablam! | ^^ help: consider using `_n3` instead Oct 27 00:53:59.321 INFO kablam! Oct 27 00:53:59.321 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.321 INFO kablam! --> src/core/cpu.rs:430:4 Oct 27 00:53:59.321 INFO kablam! | Oct 27 00:53:59.321 INFO kablam! 430 | 0xC3 => { self.regs.pc = self.next_pointer(memory); 4 }, Oct 27 00:53:59.321 INFO kablam! | ^^^^ Oct 27 00:53:59.321 INFO kablam! | Oct 27 00:53:59.321 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 00:53:59.321 INFO kablam! Oct 27 00:53:59.323 INFO kablam! warning: unused variable: `new_mode` Oct 27 00:53:59.323 INFO kablam! --> src/core/gpu.rs:221:11 Oct 27 00:53:59.323 INFO kablam! | Oct 27 00:53:59.323 INFO kablam! 221 | let mut new_mode: StatusMode; Oct 27 00:53:59.323 INFO kablam! | ^^^^^^^^ help: consider using `_new_mode` instead Oct 27 00:53:59.323 INFO kablam! Oct 27 00:53:59.323 INFO kablam! warning: variable `debug_color` is assigned to, but never used Oct 27 00:53:59.323 INFO kablam! --> src/core/gpu.rs:402:11 Oct 27 00:53:59.323 INFO kablam! | Oct 27 00:53:59.323 INFO kablam! 402 | let mut debug_color: u32 = (debug_line_color as u32) << 16; Oct 27 00:53:59.323 INFO kablam! | ^^^^^^^^^^^ Oct 27 00:53:59.323 INFO kablam! | Oct 27 00:53:59.323 INFO kablam! = note: consider using `_debug_color` instead Oct 27 00:53:59.323 INFO kablam! Oct 27 00:53:59.324 INFO kablam! warning: value assigned to `debug_color` is never read Oct 27 00:53:59.324 INFO kablam! --> src/core/gpu.rs:404:3 Oct 27 00:53:59.324 INFO kablam! | Oct 27 00:53:59.324 INFO kablam! 404 | debug_color |= (debug_line_color as u32); Oct 27 00:53:59.324 INFO kablam! | ^^^^^^^^^^^ Oct 27 00:53:59.324 INFO kablam! | Oct 27 00:53:59.324 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 00:53:59.324 INFO kablam! Oct 27 00:53:59.324 INFO kablam! warning: unused variable: `display_x` Oct 27 00:53:59.324 INFO kablam! --> src/core/gpu.rs:407:8 Oct 27 00:53:59.324 INFO kablam! | Oct 27 00:53:59.324 INFO kablam! 407 | let display_x = (i as u8).wrapping_add(window_x); Oct 27 00:53:59.324 INFO kablam! | ^^^^^^^^^ help: consider using `_display_x` instead Oct 27 00:53:59.324 INFO kablam! Oct 27 00:53:59.324 INFO kablam! warning: unused variable: `stat` Oct 27 00:53:59.324 INFO kablam! --> src/core/gpu.rs:589:7 Oct 27 00:53:59.324 INFO kablam! | Oct 27 00:53:59.324 INFO kablam! 589 | let stat = self.LCDC.get(); Oct 27 00:53:59.324 INFO kablam! | ^^^^ help: consider using `_stat` instead Oct 27 00:53:59.324 INFO kablam! Oct 27 00:53:59.324 INFO kablam! warning: unused variable: `address` Oct 27 00:53:59.324 INFO kablam! --> src/core/mbc/mbc0.rs:9:22 Oct 27 00:53:59.324 INFO kablam! | Oct 27 00:53:59.324 INFO kablam! 9 | fn write(&mut self, address: u16, data: u8) {} Oct 27 00:53:59.324 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 00:53:59.325 INFO kablam! Oct 27 00:53:59.325 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.325 INFO kablam! --> src/core/mbc/mbc0.rs:9:36 Oct 27 00:53:59.325 INFO kablam! | Oct 27 00:53:59.325 INFO kablam! 9 | fn write(&mut self, address: u16, data: u8) {} Oct 27 00:53:59.325 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.325 INFO kablam! Oct 27 00:53:59.325 INFO kablam! warning: unused variable: `name` Oct 27 00:53:59.325 INFO kablam! --> src/core/mbc/mbc0.rs:10:29 Oct 27 00:53:59.325 INFO kablam! | Oct 27 00:53:59.325 INFO kablam! 10 | fn set_title(&mut self, name: String) {} Oct 27 00:53:59.325 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 27 00:53:59.325 INFO kablam! Oct 27 00:53:59.331 INFO kablam! warning: unused variable: `address` Oct 27 00:53:59.331 INFO kablam! --> src/core/mbc/mbc2.rs:19:22 Oct 27 00:53:59.331 INFO kablam! | Oct 27 00:53:59.331 INFO kablam! 19 | fn write(&mut self, address: u16, data: u8) { Oct 27 00:53:59.331 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 00:53:59.331 INFO kablam! Oct 27 00:53:59.331 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.331 INFO kablam! --> src/core/mbc/mbc2.rs:19:36 Oct 27 00:53:59.331 INFO kablam! | Oct 27 00:53:59.331 INFO kablam! 19 | fn write(&mut self, address: u16, data: u8) { Oct 27 00:53:59.331 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.331 INFO kablam! Oct 27 00:53:59.331 INFO kablam! warning: unused variable: `name` Oct 27 00:53:59.331 INFO kablam! --> src/core/mbc/mbc2.rs:22:29 Oct 27 00:53:59.331 INFO kablam! | Oct 27 00:53:59.331 INFO kablam! 22 | fn set_title(&mut self, name: String) { Oct 27 00:53:59.332 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 27 00:53:59.332 INFO kablam! Oct 27 00:53:59.332 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.332 INFO kablam! --> src/core/timer.rs:101:33 Oct 27 00:53:59.332 INFO kablam! | Oct 27 00:53:59.332 INFO kablam! 101 | pub fn write_div(&mut self, data: u8) { Oct 27 00:53:59.332 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.332 INFO kablam! Oct 27 00:53:59.379 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.379 INFO kablam! --> src/core/cpu.rs:1007:7 Oct 27 00:53:59.379 INFO kablam! | Oct 27 00:53:59.379 INFO kablam! 1007 | }, _ => unreachable!() Oct 27 00:53:59.379 INFO kablam! | ^ Oct 27 00:53:59.379 INFO kablam! Oct 27 00:53:59.379 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.379 INFO kablam! --> src/core/cpu.rs:1037:7 Oct 27 00:53:59.379 INFO kablam! | Oct 27 00:53:59.379 INFO kablam! 1037 | }, _ => unreachable!() Oct 27 00:53:59.379 INFO kablam! | ^ Oct 27 00:53:59.379 INFO kablam! Oct 27 00:53:59.379 INFO kablam! warning: unreachable pattern Oct 27 00:53:59.380 INFO kablam! --> src/core/cpu.rs:1060:7 Oct 27 00:53:59.380 INFO kablam! | Oct 27 00:53:59.380 INFO kablam! 1060 | }, _ => unreachable!() Oct 27 00:53:59.380 INFO kablam! | ^ Oct 27 00:53:59.380 INFO kablam! Oct 27 00:53:59.388 INFO kablam! warning: unused variable: `n2` Oct 27 00:53:59.388 INFO kablam! --> src/core/disassembler.rs:7:6 Oct 27 00:53:59.388 INFO kablam! | Oct 27 00:53:59.388 INFO kablam! 7 | let n2 = mem.read(reg.pc + 1); // opcode + 2 Oct 27 00:53:59.388 INFO kablam! | ^^ help: consider using `_n2` instead Oct 27 00:53:59.388 INFO kablam! | Oct 27 00:53:59.388 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:53:59.388 INFO kablam! Oct 27 00:53:59.388 INFO kablam! warning: unused variable: `n3` Oct 27 00:53:59.388 INFO kablam! --> src/core/disassembler.rs:8:6 Oct 27 00:53:59.388 INFO kablam! | Oct 27 00:53:59.388 INFO kablam! 8 | let n3 = mem.read(reg.pc + 2); // opcode + 3 Oct 27 00:53:59.389 INFO kablam! | ^^ help: consider using `_n3` instead Oct 27 00:53:59.389 INFO kablam! Oct 27 00:53:59.389 INFO kablam! warning: unused variable: `new_mode` Oct 27 00:53:59.389 INFO kablam! --> src/core/gpu.rs:221:11 Oct 27 00:53:59.389 INFO kablam! | Oct 27 00:53:59.389 INFO kablam! 221 | let mut new_mode: StatusMode; Oct 27 00:53:59.389 INFO kablam! | ^^^^^^^^ help: consider using `_new_mode` instead Oct 27 00:53:59.389 INFO kablam! Oct 27 00:53:59.389 INFO kablam! warning: variable `debug_color` is assigned to, but never used Oct 27 00:53:59.389 INFO kablam! --> src/core/gpu.rs:402:11 Oct 27 00:53:59.389 INFO kablam! | Oct 27 00:53:59.389 INFO kablam! 402 | let mut debug_color: u32 = (debug_line_color as u32) << 16; Oct 27 00:53:59.390 INFO kablam! | ^^^^^^^^^^^ Oct 27 00:53:59.390 INFO kablam! | Oct 27 00:53:59.390 INFO kablam! = note: consider using `_debug_color` instead Oct 27 00:53:59.390 INFO kablam! Oct 27 00:53:59.390 INFO kablam! warning: value assigned to `debug_color` is never read Oct 27 00:53:59.390 INFO kablam! --> src/core/gpu.rs:404:3 Oct 27 00:53:59.390 INFO kablam! | Oct 27 00:53:59.390 INFO kablam! 404 | debug_color |= (debug_line_color as u32); Oct 27 00:53:59.390 INFO kablam! | ^^^^^^^^^^^ Oct 27 00:53:59.390 INFO kablam! | Oct 27 00:53:59.390 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 00:53:59.390 INFO kablam! Oct 27 00:53:59.390 INFO kablam! warning: unused variable: `display_x` Oct 27 00:53:59.390 INFO kablam! --> src/core/gpu.rs:407:8 Oct 27 00:53:59.390 INFO kablam! | Oct 27 00:53:59.390 INFO kablam! 407 | let display_x = (i as u8).wrapping_add(window_x); Oct 27 00:53:59.390 INFO kablam! | ^^^^^^^^^ help: consider using `_display_x` instead Oct 27 00:53:59.390 INFO kablam! Oct 27 00:53:59.390 INFO kablam! warning: unused variable: `stat` Oct 27 00:53:59.390 INFO kablam! --> src/core/gpu.rs:589:7 Oct 27 00:53:59.390 INFO kablam! | Oct 27 00:53:59.391 INFO kablam! 589 | let stat = self.LCDC.get(); Oct 27 00:53:59.391 INFO kablam! | ^^^^ help: consider using `_stat` instead Oct 27 00:53:59.391 INFO kablam! Oct 27 00:53:59.391 INFO kablam! warning: unused variable: `address` Oct 27 00:53:59.391 INFO kablam! --> src/core/mbc/mbc0.rs:9:22 Oct 27 00:53:59.391 INFO kablam! | Oct 27 00:53:59.391 INFO kablam! 9 | fn write(&mut self, address: u16, data: u8) {} Oct 27 00:53:59.391 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 00:53:59.391 INFO kablam! Oct 27 00:53:59.391 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.391 INFO kablam! --> src/core/mbc/mbc0.rs:9:36 Oct 27 00:53:59.391 INFO kablam! | Oct 27 00:53:59.391 INFO kablam! 9 | fn write(&mut self, address: u16, data: u8) {} Oct 27 00:53:59.391 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.391 INFO kablam! Oct 27 00:53:59.391 INFO kablam! warning: unused variable: `name` Oct 27 00:53:59.391 INFO kablam! --> src/core/mbc/mbc0.rs:10:29 Oct 27 00:53:59.391 INFO kablam! | Oct 27 00:53:59.391 INFO kablam! 10 | fn set_title(&mut self, name: String) {} Oct 27 00:53:59.391 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 27 00:53:59.391 INFO kablam! Oct 27 00:53:59.391 INFO kablam! warning: unused variable: `address` Oct 27 00:53:59.392 INFO kablam! --> src/core/mbc/mbc2.rs:19:22 Oct 27 00:53:59.392 INFO kablam! | Oct 27 00:53:59.392 INFO kablam! 19 | fn write(&mut self, address: u16, data: u8) { Oct 27 00:53:59.392 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 27 00:53:59.392 INFO kablam! Oct 27 00:53:59.392 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.392 INFO kablam! --> src/core/mbc/mbc2.rs:19:36 Oct 27 00:53:59.392 INFO kablam! | Oct 27 00:53:59.392 INFO kablam! 19 | fn write(&mut self, address: u16, data: u8) { Oct 27 00:53:59.392 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.392 INFO kablam! Oct 27 00:53:59.392 INFO kablam! warning: unused variable: `name` Oct 27 00:53:59.392 INFO kablam! --> src/core/mbc/mbc2.rs:22:29 Oct 27 00:53:59.392 INFO kablam! | Oct 27 00:53:59.392 INFO kablam! 22 | fn set_title(&mut self, name: String) { Oct 27 00:53:59.392 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 27 00:53:59.392 INFO kablam! Oct 27 00:53:59.392 INFO kablam! warning: unused variable: `data` Oct 27 00:53:59.392 INFO kablam! --> src/core/timer.rs:101:33 Oct 27 00:53:59.392 INFO kablam! | Oct 27 00:53:59.393 INFO kablam! 101 | pub fn write_div(&mut self, data: u8) { Oct 27 00:53:59.393 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 00:53:59.393 INFO kablam! Oct 27 00:53:59.519 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.519 INFO kablam! --> src/core/gpu.rs:221:7 Oct 27 00:53:59.519 INFO kablam! | Oct 27 00:53:59.519 INFO kablam! 221 | let mut new_mode: StatusMode; Oct 27 00:53:59.519 INFO kablam! | ----^^^^^^^^ Oct 27 00:53:59.519 INFO kablam! | | Oct 27 00:53:59.519 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.519 INFO kablam! | Oct 27 00:53:59.519 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:53:59.519 INFO kablam! Oct 27 00:53:59.535 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.535 INFO kablam! --> src/core/gpu.rs:454:7 Oct 27 00:53:59.535 INFO kablam! | Oct 27 00:53:59.535 INFO kablam! 454 | let mut iter = self.sprite_table.clone().into_iter().filter(|sprite| { Oct 27 00:53:59.535 INFO kablam! | ----^^^^ Oct 27 00:53:59.535 INFO kablam! | | Oct 27 00:53:59.535 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.535 INFO kablam! Oct 27 00:53:59.556 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.559 INFO kablam! --> src/core/joypad.rs:57:13 Oct 27 00:53:59.559 INFO kablam! | Oct 27 00:53:59.559 INFO kablam! 57 | let mut result = self.register.get() & 0x30; Oct 27 00:53:59.559 INFO kablam! | ----^^^^^^ Oct 27 00:53:59.559 INFO kablam! | | Oct 27 00:53:59.559 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.559 INFO kablam! Oct 27 00:53:59.568 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.568 INFO kablam! --> src/emu/emulator.rs:36:7 Oct 27 00:53:59.568 INFO kablam! | Oct 27 00:53:59.568 INFO kablam! 36 | let mut multiplier = 100; Oct 27 00:53:59.568 INFO kablam! | ----^^^^^^^^^^ Oct 27 00:53:59.568 INFO kablam! | | Oct 27 00:53:59.568 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.568 INFO kablam! Oct 27 00:53:59.583 INFO kablam! warning: method is never used: `sub` Oct 27 00:53:59.583 INFO kablam! --> src/core/helper.rs:73:2 Oct 27 00:53:59.583 INFO kablam! | Oct 27 00:53:59.583 INFO kablam! 73 | pub fn sub(&mut self, data: u8) { Oct 27 00:53:59.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.583 INFO kablam! | Oct 27 00:53:59.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:53:59.583 INFO kablam! Oct 27 00:53:59.584 INFO kablam! warning: variant is never constructed: `Serial` Oct 27 00:53:59.584 INFO kablam! --> src/core/interrupt.rs:8:2 Oct 27 00:53:59.584 INFO kablam! | Oct 27 00:53:59.584 INFO kablam! 8 | Serial = 0b00001000, Oct 27 00:53:59.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.584 INFO kablam! Oct 27 00:53:59.584 INFO kablam! warning: field is never used: `counter` Oct 27 00:53:59.584 INFO kablam! --> src/core/interrupt.rs:23:2 Oct 27 00:53:59.584 INFO kablam! | Oct 27 00:53:59.584 INFO kablam! 23 | counter: u32, // counts the number of opcodes since interrupt status changed Oct 27 00:53:59.584 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.584 INFO kablam! Oct 27 00:53:59.584 INFO kablam! warning: method is never used: `read` Oct 27 00:53:59.584 INFO kablam! --> src/core/interrupt.rs:48:2 Oct 27 00:53:59.584 INFO kablam! | Oct 27 00:53:59.584 INFO kablam! 48 | pub fn read(&mut self, address: u16) -> u8 { Oct 27 00:53:59.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.584 INFO kablam! Oct 27 00:53:59.585 INFO kablam! warning: function is never used: `disassemble` Oct 27 00:53:59.585 INFO kablam! --> src/core/disassembler.rs:4:1 Oct 27 00:53:59.585 INFO kablam! | Oct 27 00:53:59.585 INFO kablam! 4 | pub fn disassemble(reg: &Registers, mem: &Interconnect, opcode: u8) -> String { Oct 27 00:53:59.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.585 INFO kablam! Oct 27 00:53:59.585 INFO kablam! warning: constant item is never used: `SB` Oct 27 00:53:59.585 INFO kablam! --> src/core/memory_map.rs:3:1 Oct 27 00:53:59.585 INFO kablam! | Oct 27 00:53:59.585 INFO kablam! 3 | pub const SB: u16 = 0xFF01; // Serial transfer data Oct 27 00:53:59.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.585 INFO kablam! Oct 27 00:53:59.585 INFO kablam! warning: constant item is never used: `SC` Oct 27 00:53:59.585 INFO kablam! --> src/core/memory_map.rs:4:1 Oct 27 00:53:59.585 INFO kablam! | Oct 27 00:53:59.585 INFO kablam! 4 | pub const SC: u16 = 0xFF02; // SIO Control Oct 27 00:53:59.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.585 INFO kablam! Oct 27 00:53:59.585 INFO kablam! warning: constant item is never used: `NR10` Oct 27 00:53:59.585 INFO kablam! --> src/core/memory_map.rs:10:1 Oct 27 00:53:59.585 INFO kablam! | Oct 27 00:53:59.585 INFO kablam! 10 | pub const NR10: u16 = 0xFF10; // Sound Mode 1 sweep Oct 27 00:53:59.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.585 INFO kablam! Oct 27 00:53:59.585 INFO kablam! warning: constant item is never used: `NR11` Oct 27 00:53:59.585 INFO kablam! --> src/core/memory_map.rs:11:1 Oct 27 00:53:59.585 INFO kablam! | Oct 27 00:53:59.585 INFO kablam! 11 | pub const NR11: u16 = 0xFF11; // Sound Mode 1 wave pattern Oct 27 00:53:59.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.586 INFO kablam! Oct 27 00:53:59.586 INFO kablam! warning: constant item is never used: `NR12` Oct 27 00:53:59.586 INFO kablam! --> src/core/memory_map.rs:12:1 Oct 27 00:53:59.586 INFO kablam! | Oct 27 00:53:59.586 INFO kablam! 12 | pub const NR12: u16 = 0xFF12; // Sound Mode 1 envelope Oct 27 00:53:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.586 INFO kablam! Oct 27 00:53:59.586 INFO kablam! warning: constant item is never used: `NR13` Oct 27 00:53:59.586 INFO kablam! --> src/core/memory_map.rs:13:1 Oct 27 00:53:59.586 INFO kablam! | Oct 27 00:53:59.586 INFO kablam! 13 | pub const NR13: u16 = 0xFF13; // Sound Mode 1 frequency low Oct 27 00:53:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.586 INFO kablam! Oct 27 00:53:59.586 INFO kablam! warning: constant item is never used: `NR14` Oct 27 00:53:59.586 INFO kablam! --> src/core/memory_map.rs:14:1 Oct 27 00:53:59.586 INFO kablam! | Oct 27 00:53:59.586 INFO kablam! 14 | pub const NR14: u16 = 0xFF14; // Sound Mode 1 frequency high Oct 27 00:53:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.586 INFO kablam! Oct 27 00:53:59.586 INFO kablam! warning: constant item is never used: `NR21` Oct 27 00:53:59.586 INFO kablam! --> src/core/memory_map.rs:15:1 Oct 27 00:53:59.586 INFO kablam! | Oct 27 00:53:59.586 INFO kablam! 15 | pub const NR21: u16 = 0xFF16; // Sound Mode 2 wave pattern Oct 27 00:53:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.586 INFO kablam! Oct 27 00:53:59.586 INFO kablam! warning: constant item is never used: `NR22` Oct 27 00:53:59.586 INFO kablam! --> src/core/memory_map.rs:16:1 Oct 27 00:53:59.586 INFO kablam! | Oct 27 00:53:59.586 INFO kablam! 16 | pub const NR22: u16 = 0xFF17; // Sound Mode 2 envelope Oct 27 00:53:59.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR23` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:17:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 17 | pub const NR23: u16 = 0xFF18; // Sound Mode 2 frequency low Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR24` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:18:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 18 | pub const NR24: u16 = 0xFF19; // Sound Mode 2 frequency high Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR30` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:19:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 19 | pub const NR30: u16 = 0xFF1A; // Sound Mode 3 sound on/off Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR31` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:20:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 20 | pub const NR31: u16 = 0xFF1B; // Sound Mode 3 sound length Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR32` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:21:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 21 | pub const NR32: u16 = 0xFF1C; // Sound Mode 3 output level Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR33` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:22:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 22 | pub const NR33: u16 = 0xFF1D; // Sound Mode 3 frequency low Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.587 INFO kablam! Oct 27 00:53:59.587 INFO kablam! warning: constant item is never used: `NR34` Oct 27 00:53:59.587 INFO kablam! --> src/core/memory_map.rs:23:1 Oct 27 00:53:59.587 INFO kablam! | Oct 27 00:53:59.587 INFO kablam! 23 | pub const NR34: u16 = 0xFF1E; // Sound Mode 3 frequency high Oct 27 00:53:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR41` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:24:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 24 | pub const NR41: u16 = 0xFF20; // Sound Mode 4 sound length Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR42` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:25:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 25 | pub const NR42: u16 = 0xFF21; // Sound Mode 4 envelope Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR43` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:26:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 26 | pub const NR43: u16 = 0xFF22; // Sound Mode 4 polynomial counter Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR44` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:27:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 27 | pub const NR44: u16 = 0xFF23; // Sound Mode 4 counter/consecutive Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR50` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:28:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 28 | pub const NR50: u16 = 0xFF24; // Channel Control/Volume Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR51` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:29:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 29 | pub const NR51: u16 = 0xFF25; // Sound output terminal Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: constant item is never used: `NR52` Oct 27 00:53:59.591 INFO kablam! --> src/core/memory_map.rs:30:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 30 | pub const NR52: u16 = 0xFF26; // Sound on/off Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.591 INFO kablam! --> src/core/rom.rs:46:2 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 46 | pub fn size(&self) -> usize { Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: enum is never used: `StatusInterrupt` Oct 27 00:53:59.591 INFO kablam! --> src/core/gpu.rs:33:1 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 33 | enum StatusInterrupt { Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: method is never used: `set_stat` Oct 27 00:53:59.591 INFO kablam! --> src/core/gpu.rs:550:2 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 550 | fn set_stat(&mut self, mode: StatusInterrupt) { Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.591 INFO kablam! --> src/core/wram.rs:15:2 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.591 INFO kablam! 15 | pub fn size(&self) -> usize { Oct 27 00:53:59.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.591 INFO kablam! Oct 27 00:53:59.591 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.591 INFO kablam! --> src/core/hram.rs:15:2 Oct 27 00:53:59.591 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 15 | pub fn size(&self) -> usize { Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.592 INFO kablam! warning: field is never used: `rom_bank` Oct 27 00:53:59.592 INFO kablam! --> src/core/mbc/mbc2.rs:4:2 Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 4 | rom_bank: u8 Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.592 INFO kablam! warning: field is never used: `rtc_register` Oct 27 00:53:59.592 INFO kablam! --> src/core/mbc/mbc3.rs:9:5 Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 9 | rtc_register: u8, Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.592 INFO kablam! warning: field is never used: `select_ram_bank` Oct 27 00:53:59.592 INFO kablam! --> src/core/mbc/mbc3.rs:11:5 Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 11 | select_ram_bank: bool, Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.592 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:53:59.592 INFO kablam! --> src/core/helper.rs:18:2 Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 18 | file.write_all(bytes); Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:53:59.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.592 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:53:59.592 INFO kablam! --> src/core/helper.rs:28:13 Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! 28 | f.read_to_end(&mut temp_vec); Oct 27 00:53:59.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.592 INFO kablam! | Oct 27 00:53:59.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:53:59.592 INFO kablam! Oct 27 00:53:59.599 INFO kablam! warning: structure field `IE` should have a snake case name such as `ie` Oct 27 00:53:59.599 INFO kablam! --> src/core/interrupt.rs:26:2 Oct 27 00:53:59.599 INFO kablam! | Oct 27 00:53:59.599 INFO kablam! 26 | pub IE: MemoryRegister, // used to control intterupts Oct 27 00:53:59.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.599 INFO kablam! | Oct 27 00:53:59.599 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:53:59.599 INFO kablam! Oct 27 00:53:59.599 INFO kablam! warning: structure field `IF` should have a snake case name such as `if` Oct 27 00:53:59.599 INFO kablam! --> src/core/interrupt.rs:27:2 Oct 27 00:53:59.599 INFO kablam! | Oct 27 00:53:59.599 INFO kablam! 27 | pub IF: MemoryRegister, // indicates which type of interrupt is set Oct 27 00:53:59.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.599 INFO kablam! Oct 27 00:53:59.611 INFO kablam! warning: structure field `Vram` should have a snake case name such as `vram` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:84:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 84 | Vram: Vec, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `Oam` should have a snake case name such as `oam` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:85:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 85 | Oam: Vec, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `LCDC` should have a snake case name such as `lcdc` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:93:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 93 | pub LCDC: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `STAT` should have a snake case name such as `stat` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:94:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 94 | pub STAT: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `LYC` should have a snake case name such as `lyc` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:95:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 95 | pub LYC: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `LY` should have a snake case name such as `ly` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:96:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 96 | pub LY: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `BGP` should have a snake case name such as `bgp` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:97:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 97 | pub BGP: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `OBP0` should have a snake case name such as `obp0` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:98:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 98 | pub OBP0: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `OBP1` should have a snake case name such as `obp1` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:99:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 99 | pub OBP1: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `SCY` should have a snake case name such as `scy` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:100:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 100 | pub SCY: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `SCX` should have a snake case name such as `scx` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:101:2 Oct 27 00:53:59.615 INFO kablam! | Oct 27 00:53:59.615 INFO kablam! 101 | pub SCX: MemoryRegister, Oct 27 00:53:59.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.615 INFO kablam! Oct 27 00:53:59.615 INFO kablam! warning: structure field `WY` should have a snake case name such as `wy` Oct 27 00:53:59.615 INFO kablam! --> src/core/gpu.rs:102:2 Oct 27 00:53:59.616 INFO kablam! | Oct 27 00:53:59.616 INFO kablam! 102 | pub WY: MemoryRegister, Oct 27 00:53:59.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.616 INFO kablam! Oct 27 00:53:59.616 INFO kablam! warning: structure field `WX` should have a snake case name such as `wx` Oct 27 00:53:59.616 INFO kablam! --> src/core/gpu.rs:103:2 Oct 27 00:53:59.616 INFO kablam! | Oct 27 00:53:59.616 INFO kablam! 103 | pub WX: MemoryRegister, Oct 27 00:53:59.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.616 INFO kablam! Oct 27 00:53:59.623 INFO kablam! warning: structure field `DIV` should have a snake case name such as `div` Oct 27 00:53:59.624 INFO kablam! --> src/core/timer.rs:16:5 Oct 27 00:53:59.624 INFO kablam! | Oct 27 00:53:59.624 INFO kablam! 16 | DIV: MemoryRegister, Oct 27 00:53:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.624 INFO kablam! Oct 27 00:53:59.624 INFO kablam! warning: structure field `TIMA` should have a snake case name such as `tima` Oct 27 00:53:59.624 INFO kablam! --> src/core/timer.rs:17:5 Oct 27 00:53:59.624 INFO kablam! | Oct 27 00:53:59.624 INFO kablam! 17 | TIMA: MemoryRegister, Oct 27 00:53:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.624 INFO kablam! Oct 27 00:53:59.624 INFO kablam! warning: structure field `TMA` should have a snake case name such as `tma` Oct 27 00:53:59.624 INFO kablam! --> src/core/timer.rs:18:5 Oct 27 00:53:59.624 INFO kablam! | Oct 27 00:53:59.624 INFO kablam! 18 | TMA: MemoryRegister, Oct 27 00:53:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.624 INFO kablam! Oct 27 00:53:59.624 INFO kablam! warning: structure field `TAC` should have a snake case name such as `tac` Oct 27 00:53:59.624 INFO kablam! --> src/core/timer.rs:19:5 Oct 27 00:53:59.624 INFO kablam! | Oct 27 00:53:59.624 INFO kablam! 19 | TAC: MemoryRegister, Oct 27 00:53:59.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.624 INFO kablam! Oct 27 00:53:59.639 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.639 INFO kablam! --> src/core/gpu.rs:221:7 Oct 27 00:53:59.639 INFO kablam! | Oct 27 00:53:59.639 INFO kablam! 221 | let mut new_mode: StatusMode; Oct 27 00:53:59.639 INFO kablam! | ----^^^^^^^^ Oct 27 00:53:59.639 INFO kablam! | | Oct 27 00:53:59.639 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.639 INFO kablam! | Oct 27 00:53:59.639 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:53:59.639 INFO kablam! Oct 27 00:53:59.647 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.647 INFO kablam! --> src/core/gpu.rs:454:7 Oct 27 00:53:59.647 INFO kablam! | Oct 27 00:53:59.647 INFO kablam! 454 | let mut iter = self.sprite_table.clone().into_iter().filter(|sprite| { Oct 27 00:53:59.647 INFO kablam! | ----^^^^ Oct 27 00:53:59.647 INFO kablam! | | Oct 27 00:53:59.647 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.659 INFO kablam! Oct 27 00:53:59.696 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.696 INFO kablam! --> src/core/joypad.rs:57:13 Oct 27 00:53:59.696 INFO kablam! | Oct 27 00:53:59.696 INFO kablam! 57 | let mut result = self.register.get() & 0x30; Oct 27 00:53:59.696 INFO kablam! | ----^^^^^^ Oct 27 00:53:59.696 INFO kablam! | | Oct 27 00:53:59.696 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.696 INFO kablam! Oct 27 00:53:59.704 INFO kablam! warning: variable does not need to be mutable Oct 27 00:53:59.704 INFO kablam! --> src/emu/emulator.rs:36:7 Oct 27 00:53:59.704 INFO kablam! | Oct 27 00:53:59.704 INFO kablam! 36 | let mut multiplier = 100; Oct 27 00:53:59.704 INFO kablam! | ----^^^^^^^^^^ Oct 27 00:53:59.704 INFO kablam! | | Oct 27 00:53:59.704 INFO kablam! | help: remove this `mut` Oct 27 00:53:59.704 INFO kablam! Oct 27 00:53:59.717 INFO kablam! warning: method is never used: `sub` Oct 27 00:53:59.717 INFO kablam! --> src/core/helper.rs:73:2 Oct 27 00:53:59.717 INFO kablam! | Oct 27 00:53:59.717 INFO kablam! 73 | pub fn sub(&mut self, data: u8) { Oct 27 00:53:59.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.717 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: variant is never constructed: `Serial` Oct 27 00:53:59.718 INFO kablam! --> src/core/interrupt.rs:8:2 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 8 | Serial = 0b00001000, Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: field is never used: `counter` Oct 27 00:53:59.718 INFO kablam! --> src/core/interrupt.rs:23:2 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 23 | counter: u32, // counts the number of opcodes since interrupt status changed Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: method is never used: `read` Oct 27 00:53:59.718 INFO kablam! --> src/core/interrupt.rs:48:2 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 48 | pub fn read(&mut self, address: u16) -> u8 { Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: function is never used: `disassemble` Oct 27 00:53:59.718 INFO kablam! --> src/core/disassembler.rs:4:1 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 4 | pub fn disassemble(reg: &Registers, mem: &Interconnect, opcode: u8) -> String { Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: constant item is never used: `SB` Oct 27 00:53:59.718 INFO kablam! --> src/core/memory_map.rs:3:1 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 3 | pub const SB: u16 = 0xFF01; // Serial transfer data Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: constant item is never used: `SC` Oct 27 00:53:59.718 INFO kablam! --> src/core/memory_map.rs:4:1 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 4 | pub const SC: u16 = 0xFF02; // SIO Control Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: constant item is never used: `NR10` Oct 27 00:53:59.718 INFO kablam! --> src/core/memory_map.rs:10:1 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 10 | pub const NR10: u16 = 0xFF10; // Sound Mode 1 sweep Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.718 INFO kablam! warning: constant item is never used: `NR11` Oct 27 00:53:59.718 INFO kablam! --> src/core/memory_map.rs:11:1 Oct 27 00:53:59.718 INFO kablam! | Oct 27 00:53:59.718 INFO kablam! 11 | pub const NR11: u16 = 0xFF11; // Sound Mode 1 wave pattern Oct 27 00:53:59.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.718 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR12` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:12:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 12 | pub const NR12: u16 = 0xFF12; // Sound Mode 1 envelope Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR13` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:13:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 13 | pub const NR13: u16 = 0xFF13; // Sound Mode 1 frequency low Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR14` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:14:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 14 | pub const NR14: u16 = 0xFF14; // Sound Mode 1 frequency high Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR21` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:15:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 15 | pub const NR21: u16 = 0xFF16; // Sound Mode 2 wave pattern Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR22` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:16:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 16 | pub const NR22: u16 = 0xFF17; // Sound Mode 2 envelope Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR23` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:17:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 17 | pub const NR23: u16 = 0xFF18; // Sound Mode 2 frequency low Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR24` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:18:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 18 | pub const NR24: u16 = 0xFF19; // Sound Mode 2 frequency high Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR30` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:19:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 19 | pub const NR30: u16 = 0xFF1A; // Sound Mode 3 sound on/off Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR31` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:20:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 20 | pub const NR31: u16 = 0xFF1B; // Sound Mode 3 sound length Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR32` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:21:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 21 | pub const NR32: u16 = 0xFF1C; // Sound Mode 3 output level Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR33` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:22:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 22 | pub const NR33: u16 = 0xFF1D; // Sound Mode 3 frequency low Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR34` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:23:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 23 | pub const NR34: u16 = 0xFF1E; // Sound Mode 3 frequency high Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR41` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:24:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 24 | pub const NR41: u16 = 0xFF20; // Sound Mode 4 sound length Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR42` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:25:1 Oct 27 00:53:59.719 INFO kablam! | Oct 27 00:53:59.719 INFO kablam! 25 | pub const NR42: u16 = 0xFF21; // Sound Mode 4 envelope Oct 27 00:53:59.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.719 INFO kablam! Oct 27 00:53:59.719 INFO kablam! warning: constant item is never used: `NR43` Oct 27 00:53:59.719 INFO kablam! --> src/core/memory_map.rs:26:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 26 | pub const NR43: u16 = 0xFF22; // Sound Mode 4 polynomial counter Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: constant item is never used: `NR44` Oct 27 00:53:59.720 INFO kablam! --> src/core/memory_map.rs:27:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 27 | pub const NR44: u16 = 0xFF23; // Sound Mode 4 counter/consecutive Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: constant item is never used: `NR50` Oct 27 00:53:59.720 INFO kablam! --> src/core/memory_map.rs:28:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 28 | pub const NR50: u16 = 0xFF24; // Channel Control/Volume Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: constant item is never used: `NR51` Oct 27 00:53:59.720 INFO kablam! --> src/core/memory_map.rs:29:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 29 | pub const NR51: u16 = 0xFF25; // Sound output terminal Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: constant item is never used: `NR52` Oct 27 00:53:59.720 INFO kablam! --> src/core/memory_map.rs:30:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 30 | pub const NR52: u16 = 0xFF26; // Sound on/off Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.720 INFO kablam! --> src/core/rom.rs:46:2 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 46 | pub fn size(&self) -> usize { Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: enum is never used: `StatusInterrupt` Oct 27 00:53:59.720 INFO kablam! --> src/core/gpu.rs:33:1 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 33 | enum StatusInterrupt { Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: method is never used: `set_stat` Oct 27 00:53:59.720 INFO kablam! --> src/core/gpu.rs:550:2 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 550 | fn set_stat(&mut self, mode: StatusInterrupt) { Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.720 INFO kablam! --> src/core/wram.rs:15:2 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 15 | pub fn size(&self) -> usize { Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: method is never used: `size` Oct 27 00:53:59.720 INFO kablam! --> src/core/hram.rs:15:2 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 15 | pub fn size(&self) -> usize { Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: field is never used: `rom_bank` Oct 27 00:53:59.720 INFO kablam! --> src/core/mbc/mbc2.rs:4:2 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 4 | rom_bank: u8 Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: field is never used: `rtc_register` Oct 27 00:53:59.720 INFO kablam! --> src/core/mbc/mbc3.rs:9:5 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 9 | rtc_register: u8, Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.720 INFO kablam! warning: field is never used: `select_ram_bank` Oct 27 00:53:59.720 INFO kablam! --> src/core/mbc/mbc3.rs:11:5 Oct 27 00:53:59.720 INFO kablam! | Oct 27 00:53:59.720 INFO kablam! 11 | select_ram_bank: bool, Oct 27 00:53:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.720 INFO kablam! Oct 27 00:53:59.737 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:53:59.737 INFO kablam! --> src/core/helper.rs:18:2 Oct 27 00:53:59.737 INFO kablam! | Oct 27 00:53:59.737 INFO kablam! 18 | file.write_all(bytes); Oct 27 00:53:59.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.737 INFO kablam! | Oct 27 00:53:59.737 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:53:59.738 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:53:59.738 INFO kablam! --> src/core/helper.rs:28:13 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 28 | f.read_to_end(&mut temp_vec); Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `IE` should have a snake case name such as `ie` Oct 27 00:53:59.738 INFO kablam! --> src/core/interrupt.rs:26:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 26 | pub IE: MemoryRegister, // used to control intterupts Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `IF` should have a snake case name such as `if` Oct 27 00:53:59.738 INFO kablam! --> src/core/interrupt.rs:27:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 27 | pub IF: MemoryRegister, // indicates which type of interrupt is set Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `Vram` should have a snake case name such as `vram` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:84:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 84 | Vram: Vec, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `Oam` should have a snake case name such as `oam` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:85:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 85 | Oam: Vec, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `LCDC` should have a snake case name such as `lcdc` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:93:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 93 | pub LCDC: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `STAT` should have a snake case name such as `stat` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:94:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 94 | pub STAT: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `LYC` should have a snake case name such as `lyc` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:95:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 95 | pub LYC: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `LY` should have a snake case name such as `ly` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:96:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 96 | pub LY: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `BGP` should have a snake case name such as `bgp` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:97:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 97 | pub BGP: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `OBP0` should have a snake case name such as `obp0` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:98:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 98 | pub OBP0: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `OBP1` should have a snake case name such as `obp1` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:99:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 99 | pub OBP1: MemoryRegister, Oct 27 00:53:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.738 INFO kablam! Oct 27 00:53:59.738 INFO kablam! warning: structure field `SCY` should have a snake case name such as `scy` Oct 27 00:53:59.738 INFO kablam! --> src/core/gpu.rs:100:2 Oct 27 00:53:59.738 INFO kablam! | Oct 27 00:53:59.738 INFO kablam! 100 | pub SCY: MemoryRegister, Oct 27 00:53:59.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.739 INFO kablam! Oct 27 00:53:59.739 INFO kablam! warning: structure field `SCX` should have a snake case name such as `scx` Oct 27 00:53:59.739 INFO kablam! --> src/core/gpu.rs:101:2 Oct 27 00:53:59.739 INFO kablam! | Oct 27 00:53:59.739 INFO kablam! 101 | pub SCX: MemoryRegister, Oct 27 00:53:59.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.739 INFO kablam! Oct 27 00:53:59.739 INFO kablam! warning: structure field `WY` should have a snake case name such as `wy` Oct 27 00:53:59.739 INFO kablam! --> src/core/gpu.rs:102:2 Oct 27 00:53:59.739 INFO kablam! | Oct 27 00:53:59.739 INFO kablam! 102 | pub WY: MemoryRegister, Oct 27 00:53:59.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.739 INFO kablam! Oct 27 00:53:59.739 INFO kablam! warning: structure field `WX` should have a snake case name such as `wx` Oct 27 00:53:59.739 INFO kablam! --> src/core/gpu.rs:103:2 Oct 27 00:53:59.739 INFO kablam! | Oct 27 00:53:59.739 INFO kablam! 103 | pub WX: MemoryRegister, Oct 27 00:53:59.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.739 INFO kablam! Oct 27 00:53:59.743 INFO kablam! warning: structure field `DIV` should have a snake case name such as `div` Oct 27 00:53:59.743 INFO kablam! --> src/core/timer.rs:16:5 Oct 27 00:53:59.743 INFO kablam! | Oct 27 00:53:59.743 INFO kablam! 16 | DIV: MemoryRegister, Oct 27 00:53:59.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.743 INFO kablam! Oct 27 00:53:59.751 INFO kablam! warning: structure field `TIMA` should have a snake case name such as `tima` Oct 27 00:53:59.751 INFO kablam! --> src/core/timer.rs:17:5 Oct 27 00:53:59.751 INFO kablam! | Oct 27 00:53:59.751 INFO kablam! 17 | TIMA: MemoryRegister, Oct 27 00:53:59.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.751 INFO kablam! Oct 27 00:53:59.751 INFO kablam! warning: structure field `TMA` should have a snake case name such as `tma` Oct 27 00:53:59.751 INFO kablam! --> src/core/timer.rs:18:5 Oct 27 00:53:59.751 INFO kablam! | Oct 27 00:53:59.751 INFO kablam! 18 | TMA: MemoryRegister, Oct 27 00:53:59.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.751 INFO kablam! Oct 27 00:53:59.751 INFO kablam! warning: structure field `TAC` should have a snake case name such as `tac` Oct 27 00:53:59.751 INFO kablam! --> src/core/timer.rs:19:5 Oct 27 00:53:59.751 INFO kablam! | Oct 27 00:53:59.751 INFO kablam! 19 | TAC: MemoryRegister, Oct 27 00:53:59.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:53:59.751 INFO kablam! Oct 27 00:53:59.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.38s Oct 27 00:53:59.805 INFO kablam! su: No module specific data is present Oct 27 00:54:00.585 INFO running `"docker" "rm" "-f" "fdcd6933212f7b869d056d518957029cfdf02a7ac7dc2154757592e9ab547512"` Oct 27 00:54:00.855 INFO blam! fdcd6933212f7b869d056d518957029cfdf02a7ac7dc2154757592e9ab547512