mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-27 12:22:05 +00:00
Comment out Chip RAM clear on config switch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user