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

@@ -176,6 +176,7 @@ void mem_flush_write_page(uint32_t addr, uint32_t virt);
void mem_reset_page_blocks();
extern mem_mapping_t ram_low_mapping;
extern mem_mapping_t ram_mid_mapping;
void mem_remap_top_256k();
void mem_remap_top_384k();