Reformatting memory.cpp
This commit is contained in:
parent
56ac1d81e7
commit
dbb252a725
1 changed files with 35 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue