diff --git a/src/bus.rs b/src/bus.rs index be78019..c8bdfa4 100644 --- a/src/bus.rs +++ b/src/bus.rs @@ -66,6 +66,7 @@ impl Bus { self.cartridge.as_ref()?.title() } + #[allow(dead_code)] pub(crate) fn boot_mapped(&self) -> bool { self.boot.is_some() }