tests.rs: BC_test tests flawed behavior.

This commit is contained in:
John 2023-04-02 14:47:33 -05:00
parent 40cc81181b
commit 03a6934a59

View File

@ -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