Reformatting memory.cpp

This commit is contained in:
Dimitris Panokostas 2020-06-29 20:38:11 +02:00
parent 56ac1d81e7
commit dbb252a725

View file

@ -1252,7 +1252,8 @@ void map_overlay(int chip)
if (chip) {
map_banks(&dummy_bank, 0, size, 0);
map_banks(cb, 0, size, chipmem_bank.allocated_size);
} else {
}
else {
addrbank* rb = NULL;
if (size < 32)
size = 32;