mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 21:14:22 +01:00
Some advertisement
This commit is contained in:
parent
068bbd1ef1
commit
af6a3192cf
@ -258,6 +258,18 @@ bool Gui::setTheme(const char *path)
|
|||||||
|
|
||||||
VirtualKeyboard::kbd->updateTheme();
|
VirtualKeyboard::kbd->updateTheme();
|
||||||
|
|
||||||
|
/* FIXME! Remove! */
|
||||||
|
{
|
||||||
|
static bool viewed = false;
|
||||||
|
|
||||||
|
if (!viewed)
|
||||||
|
{
|
||||||
|
this->activate();
|
||||||
|
this->pushDialogueBox(new DialogueBox(needs_help));
|
||||||
|
viewed = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -338,3 +338,15 @@ const char *game_info_menu_messages[6] = {
|
|||||||
/*04*/ "Set publishing year",
|
/*04*/ "Set publishing year",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
const char *needs_help[8] = {
|
||||||
|
/*00*/ "c64-network.org neeeds",
|
||||||
|
/*01*/ "design help! See",
|
||||||
|
/*02*/ "#", /* Empty line */
|
||||||
|
/*03*/ "http://www.c64-network.org",
|
||||||
|
/*04*/ "for more information.",
|
||||||
|
/*05*/ "#",
|
||||||
|
/*06*/ "^|OK",
|
||||||
|
NULL
|
||||||
|
};
|
||||||
|
@ -4,11 +4,12 @@
|
|||||||
extern const char *main_menu_messages[];
|
extern const char *main_menu_messages[];
|
||||||
extern const char *exit_dialogue_messages[];
|
extern const char *exit_dialogue_messages[];
|
||||||
extern const char *frodo_help[];
|
extern const char *frodo_help[];
|
||||||
extern const char **main_menu_help[];
|
extern const char *needs_help[];
|
||||||
|
|
||||||
extern const char *bind_key_menu_messages[];
|
extern const char *bind_key_menu_messages[];
|
||||||
|
|
||||||
extern const char *options_menu_messages[];
|
extern const char *options_menu_messages[];
|
||||||
|
extern const char **main_menu_help[];
|
||||||
extern const char **options_menu_help[];
|
extern const char **options_menu_help[];
|
||||||
extern const char *game_info_menu_messages[];
|
extern const char *game_info_menu_messages[];
|
||||||
|
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
<H1>The C64 network!</H1>
|
<H1>The C64 network!</H1>
|
||||||
<p>Welcome to <A HREF="http://www.c64-network.org">c64-network.org</A>! C64-network.org is a Commodore C64 emulator based on the <A HREF="http://frodo.cebix.net/">Frodo</A> source code by Christian Bauer. In addition to the features provided by Frodo, it adds network support and a port to the Nintendo Wii.
|
<p>Welcome to <A HREF="http://www.c64-network.org">c64-network.org</A>! C64-network.org is a Commodore C64 emulator based on the <A HREF="http://frodo.cebix.net/">Frodo</A> source code by Christian Bauer. In addition to the features provided by Frodo, it adds network support and a port to the Nintendo Wii.
|
||||||
|
|
||||||
|
<H2>Help needed!</H2>
|
||||||
|
<p>The C64 network needs your help! Primarily, I need help with building the source code for Windows and Mac OS, and also web design and graphical design. See <A HREF="http://simonkagstrom.livejournal.com">this blog entry</A>
|
||||||
|
|
||||||
<H2>Screenshots</H2>
|
<H2>Screenshots</H2>
|
||||||
<p><IMG SRC="ikplus.png">
|
<p><IMG SRC="ikplus.png">
|
||||||
<p><IMG SRC="emulator-main.png">
|
<p><IMG SRC="emulator-main.png">
|
||||||
|
|
||||||
<H2>Help needed!</H2>
|
|
||||||
<p>The C64 network needs your help! Primarily, I need help with building the source code for Windows and Mac OS, and also web design and graphical design. See <A HREF="http://simonkagstrom.livejournal.com">this blog entry</A>
|
|
||||||
|
|
||||||
<H2>Download</H2>
|
<H2>Download</H2>
|
||||||
You can download source and binaries for the C64 network here:
|
You can download source and binaries for the C64 network here:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user