From 17de91b527c28c14742073e75cd35d6a1fd7238e Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Mon, 11 Dec 2023 10:59:42 -0800 Subject: [PATCH] Change Atari CRC back --- test/atari2600-common/test.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/atari2600-common/test.cmake b/test/atari2600-common/test.cmake index b70d70074..83d85699a 100644 --- a/test/atari2600-common/test.cmake +++ b/test/atari2600-common/test.cmake @@ -11,4 +11,4 @@ add_vcs_test(minimal ../atari2600-common) add_vcs_test(zeropage-max ../atari2600-common) add_vcs_test(frame-simple ../atari2600-common) -set_property(TEST test-frame-simple PROPERTY ENVIRONMENT EMUTEST_FB_CRC_PASS=2301452584) +set_property(TEST test-frame-simple PROPERTY ENVIRONMENT EMUTEST_FB_CRC_PASS=3714305448)