From 7862cf74975bd39f56170f6fc38d9f94dcf4263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 10 Jul 2022 16:43:05 +0100 Subject: [PATCH] feat: new warning values --- src/timer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer.rs b/src/timer.rs index 403805c2..46d02650 100644 --- a/src/timer.rs +++ b/src/timer.rs @@ -77,7 +77,7 @@ impl Timer { } self.tima_enabled = value & 0x04 == 0x04; } - _ => panic!("Writing to unknown Timer location 0x{:04x}", addr), + _ => warnln!("Writing to unknown Timer location 0x{:04x}", addr), } } -- GitLab