Removed debug fatal on data CRC error from the 86F handler;
Prepare sector function can ignore rather than wrap around if so told; Format now tells prepare sector to not wrap around.
This commit is contained in:
@@ -30,7 +30,8 @@ LIBS = -mwindows -lwinmm -lopenal.dll -lopenal -lddraw -ldinput8 -ldxguid -ld3d9
|
||||
|
||||
86Box.exe: $(OBJ) $(DBOBJ) $(SIDOBJ) $(SLIRPOBJ)
|
||||
$(CC) $(OBJ) $(DBOBJ) $(SIDOBJ) $(SLIRPOBJ) -o "86Box.exe" $(LIBS)
|
||||
strip "86Box.exe"
|
||||
|
||||
a.exe: strip "86Box.exe"
|
||||
|
||||
all : 86Box.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user