Update the logo.

This commit is contained in:
sorgelig
2018-07-03 06:51:01 +08:00
parent 0c1eff9334
commit 729b1f4b70
4 changed files with 116 additions and 162 deletions

View File

@@ -1492,15 +1492,9 @@ void HandleUI(void)
OsdSetTitle("About", 0);
menustate = MENU_8BIT_ABOUT2;
parentstate = MENU_8BIT_ABOUT1;
for (int i = 5; i < OsdGetSize(); i++) OsdWrite(i, "", 0, 0);
OsdDrawLogo(0, 0, 1);
OsdDrawLogo(1, 1, 1);
OsdDrawLogo(2, 2, 1);
OsdDrawLogo(3, 3, 1);
OsdDrawLogo(4, 4, 1);
OsdDrawLogo(5, 5, 1);
StarsInit();
ScrollReset();
for (int i = 5; i < OsdGetSize(); i++) OsdWrite(i, "", 0, 0);
break;
case MENU_8BIT_ABOUT2:
@@ -1510,11 +1504,9 @@ void HandleUI(void)
OsdDrawLogo(2, 2, 1);
OsdDrawLogo(3, 3, 1);
OsdDrawLogo(4, 4, 1);
OsdDrawLogo(5, 5, 1);
sprintf(s, " ARM s/w ver. %s", version + 5);
OsdWrite(12, s, 0, 0);
OsdWrite(10, s, 0, 0, 1);
s[0] = 0;
if (user_io_core_type() != CORE_TYPE_MINIMIG2)
@@ -1528,9 +1520,12 @@ void HandleUI(void)
for (int i = 0; i < len; i++) *s2++ = *s3++;
*s2++ = 0;
}
OsdWrite(13, s, 0, 0);
OsdWrite(11, s, 0, 0, 1);
OsdWrite(12, "", 0, 0, 1);
ScrollText(13, " MiSTer by Sorgelig, based on MiST by Till Harbaum, Minimig by Dennis van Weeren and other projects. MiSTer hardware and software is distributed under the terms of the GNU General Public License version 3. MiSTer FPGA cores are the work of their respective authors under individual licensing.", 0, 0, 0, 0);
OsdWrite(14, "", 0, 0, 1);
OsdWrite(15, "", 0, 0, 1);
ScrollText(15, " MiSTer by Sorgelig, based on MiST by Till Harbaum, Minimig by Dennis van Weeren and other projects. MiSTer hardware and software is distributed under the terms of the GNU General Public License version 3. MiSTer FPGA cores are the work of their respective authors under individual licensing.", 0, 0, 0, 0);
if (menu | select | left)
{
menustate = MENU_8BIT_SYSTEM1;