Added support for the D86F floppy image format I invented that allows things not possible with IMG images;

Applied all mainline PCem commits;
Settings dialog now says 86Box instead of PCem;
Manifest renamed from PCem to 86Box.
This commit is contained in:
OBattler
2016-08-31 22:49:56 +02:00
parent d860ea79ed
commit 1ddad56c8c
81 changed files with 4255 additions and 3899 deletions

View File

@@ -627,7 +627,6 @@ void ega_poll(void *p)
updatewindowsize(xsize + x_add_ex, ysize + y_add_ex);
}
startblit();
if (enable_overscan)
{
if ((x >= 160) && ((ega->lastline - ega->firstline) >= 120))
@@ -658,7 +657,6 @@ startblit();
}
video_blit_memtoscreen(32, 0, ega->firstline, ega->lastline + y_add_ex, xsize + x_add_ex, ega->lastline - ega->firstline + y_add_ex);
endblit();
frames++;