Merge branch 'master' of ssh://github.com/86Box/86Box
This commit is contained in:
@@ -2873,6 +2873,10 @@ mem_remap_top(int kb)
|
||||
sis_mode = 1;
|
||||
}
|
||||
|
||||
/* Do not remap if we're have more than (16 MB - RAM) memory. */
|
||||
if ((kb != 0) && (mem_size >= (16384 - kb)))
|
||||
return;
|
||||
|
||||
if (kb == 0) {
|
||||
kb = old_kb;
|
||||
set = 0;
|
||||
|
||||
Reference in New Issue
Block a user