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:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user