Rewrote the MMU translation code completely, thank you TheCollector1995 for testing;

Fixed NT page faults with AHA-154x and BusLogic, patch by TheCollector1995.
This commit is contained in:
OBattler
2017-01-17 22:15:15 +01:00
parent 0ca6bdcd0b
commit 6ab8e5be80
4 changed files with 112 additions and 77 deletions

View File

@@ -32,9 +32,9 @@ LIBS = -mwindows -lwinmm -lopenal.dll -lopenal -lddraw -ldinput8 -ldxguid -ld3d9
86Box.exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
$(CC) $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) -o "86Box.exe" $(LIBS)
sleep 2
sleep 5
strip "86Box.exe"
sleep 2
sleep 5
all : 86Box.exe