From 03a6934a5987ad529af459588d354a85f9470276 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Sun, 2 Apr 2023 14:47:33 -0500 Subject: [PATCH] tests.rs: BC_test tests flawed behavior. --- src/cpu/tests.rs | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/cpu/tests.rs b/src/cpu/tests.rs index 1f5157b..ee5ceb7 100644 --- a/src/cpu/tests.rs +++ b/src/cpu/tests.rs @@ -700,22 +700,7 @@ mod io { quirks: Quirks, } - const SCREEN_TESTS: [ScreenTest; 4] = [ - // Passing BC_test - // # Quirks: - // - Requires shift and dma_inc to act like Super-CHIP - ScreenTest { - program: include_bytes!("../../chip-8/BC_test.ch8"), - screen: include_bytes!("tests/screens/BC_test.ch8/197.bin"), - steps: 250, - quirks: Quirks { - bin_ops: false, - shift: true, - draw_wait: false, - dma_inc: true, - stupid_jumps: false, - }, - }, + const SCREEN_TESTS: [ScreenTest; 3] = [ // The IBM Logo // # Quirks // Originally timed without quirks