From 8a22bdfbf7af592ddbafd64e76ba7b3910acd5e3 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Sun, 25 Apr 2021 07:55:27 +0200 Subject: [PATCH] Comment out Chip RAM clear on config switch --- emulator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2