Improved memory configuration setting accuracy when 1MB memory installed (mainline PCem patch from Greatpsycho);

MovQ MMX Realmode bugfix (mainline PCem patch from JosepMa);
Tweaked the buffer for MT-32 and FluidSynth so they sound better (patch from bit).
This commit is contained in:
OBattler
2017-08-14 19:43:08 +02:00
parent 9a86aa0a4b
commit 3b66776601
6 changed files with 112 additions and 102 deletions

View File

@@ -40,7 +40,7 @@ static int _mem_state[0x40000];
static mem_mapping_t base_mapping;
mem_mapping_t ram_low_mapping;
mem_mapping_t ram_high_mapping;
static mem_mapping_t ram_mid_mapping;
mem_mapping_t ram_mid_mapping;
static mem_mapping_t ram_remapped_mapping;
mem_mapping_t bios_mapping[8];
mem_mapping_t bios_high_mapping[8];