Changes to significantly reduce the emulator's RAM footprint.

Changes to the memory manager reduced by 120MB for machines with CPU < 80386.
Changes to the 86F diskette data processor (required by all floppy controllers) reduced by 330M.
Test machine OpenXT now runs at 240MB, instead of 680MB.
This commit is contained in:
waltje
2018-03-14 23:31:44 -05:00
parent cbff303c73
commit a86d717ae1
13 changed files with 2178 additions and 1934 deletions

View File

@@ -8,7 +8,7 @@
#
# Makefile for Windows systems using the MinGW32 environment.
#
# Version: @(#)Makefile.mingw 1.0.12 2018/03/14
# Version: @(#)Makefile.mingw 1.0.13 2018/03/14
#
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
#
@@ -688,6 +688,9 @@ clobber: clean
@echo Cleaning executables..
@-rm -f *.d 2>NUL
@-rm -f *.exe 2>NUL
ifneq ($(PROFILER), y)
@-rm -f *.map 2>NUL
endif
@-rm -f win/*.manifest 2>NUL
# @-rm -f $(DEPFILE) 2>NUL