};
static const TCHAR *uaebootrom[] = {
_T("automatic"),
- _T("disabled"),
+ _T("disabled"),
_T("min"),
_T("full"),
NULL
struct vidbuffer *vb = vidinfo->inbuffer;
int eraselines = 0;
int yadjust = currprefs.gfx_overscanmode < OVERSCANMODE_ULTRA ? minfirstline_linear << currprefs.gfx_vresolution : 0;
- uae_u8 *xstart, *xend;
int xshift = 0;
xlinebuffer = NULL;
}
}
if (err)
- write_log (_T("'%s' initialization failed: %d\n"), err);
+ write_log (_T("'%s' initialization failed: %d\n"), filename, err);
xfree (fn);
}