]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Cleanup
authorToni Wilen <twilen@winuae.net>
Fri, 1 Aug 2025 17:22:33 +0000 (20:22 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 1 Aug 2025 17:22:33 +0000 (20:22 +0300)
cfgfile.cpp
drawing.cpp
luascript.cpp

index 8c83d236f1bbb265e3ebf3a840f7ad1a8ddaa842..8bc710a0c901f6db2832079f3ef7055249173211 100644 (file)
@@ -309,7 +309,7 @@ static const TCHAR *uaescsidevmodes[] = {
 };
 static const TCHAR *uaebootrom[] = {
        _T("automatic"),
-       _T("disabled"), 
+       _T("disabled"),
        _T("min"),
        _T("full"),
        NULL
index 4dd93c1762ec0c5876cebfd690715db08a78fe26..d7a3854e04449fff97fe956d0db9e5ae9d61b1e8 100644 (file)
@@ -5349,7 +5349,6 @@ static void get_line(int gfx_ypos, enum nln_how how)
        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;
index 71256c296569f65cb22fa1306dfec93b4e435f74..c134f1dedaa6b00fa2e7dee5220db6f6a3ee01e5 100644 (file)
@@ -161,7 +161,7 @@ void uae_lua_load(const TCHAR *filename)
                }
        }
        if (err)
-               write_log (_T("'%s' initialization failed: %d\n"), err);
+               write_log (_T("'%s' initialization failed: %d\n"), filename, err);
        xfree (fn);
 }