Some more write-through cache RAM map OVL handling

This commit is contained in:
beeanyew
2021-06-22 14:32:45 +02:00
parent f7034d052a
commit d485267523

View File

@@ -97,7 +97,7 @@ inline int handle_mapped_write(struct emulator_config *cfg, unsigned int addr, u
else if (CHKRANGE_ABS(addr, cfg->map_offset[i], cfg->map_high[i])) {
switch(cfg->map_type[i]) {
case MAPTYPE_ROM:
res = 1;
return 1;
break;
case MAPTYPE_RAM:
case MAPTYPE_RAM_NOALLOC: