From: beeanyew Date: Sun, 25 Apr 2021 05:55:27 +0000 (+0200) Subject: Comment out Chip RAM clear on config switch X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8a22bdfbf7af592ddbafd64e76ba7b3910acd5e3;p=pistorm Comment out Chip RAM clear on config switch --- diff --git a/emulator.c b/emulator.c index 39dac56..c99343e 100644 --- a/emulator.c +++ b/emulator.c @@ -484,9 +484,9 @@ switch_config: cfg = NULL; } - for(int i = 0; i < 2 * SIZE_MEGA; i++) { + /*for(int i = 0; i < 2 * SIZE_MEGA; i++) { write8(i, 0); - } + }*/ switch(config_action) { case PICFG_LOAD: