Fixes #173 - Crash in scr_test

This commit is contained in:
Stefan Arentz 2017-10-02 20:36:15 -04:00
parent 839ce07e9c
commit a28b9180ff
1 changed files with 1 additions and 0 deletions

View File

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