From a28b9180ff2bbd9b93a15575a272fd6272b8d15b Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Mon, 2 Oct 2017 20:36:15 -0400 Subject: [PATCH] Fixes #173 - Crash in scr_test --- src/scr_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scr_test.c b/src/scr_test.c index e8363a1..4445d11 100644 --- a/src/scr_test.c +++ b/src/scr_test.c @@ -117,6 +117,7 @@ int main() { // Setup the CPU, Apple ][+ and it's screen. struct ewm_two_t *two = ewm_two_create(EWM_TWO_TYPE_APPLE2PLUS, renderer, NULL); + cpu_reset(two->cpu); test(two->scr, "txt_full_refresh", txt_full_refresh_setup, txt_full_refresh_test); test(two->scr, "lgr_full_refresh", lgr_full_refresh_setup, lgr_full_refresh_test);