doc update - barryharris.me.uk -> fbalpha.com
This commit is contained in:
parent
8bd4f6d2bf
commit
5da911ba6e
Binary file not shown.
|
@ -44,7 +44,7 @@
|
|||
|
||||
<P>FB Alpha also has WIP console drivers for Sega Megadrive/Genesis, ColecoVision, Sega SG-1000 and also PC-Engine/TurboGrafx 16/SuperGrafx.</P>
|
||||
|
||||
<P>FB Alpha can currently be obtained from <A HREF="http://www.barryharris.me.uk">http://www.barryharris.me.uk</A>.</P>
|
||||
<P>FB Alpha can currently be obtained from <A HREF="http://www.fbalpha.com">http://www.fbalpha.com</A>.</P>
|
||||
|
||||
</FONT>
|
||||
</BODY>
|
||||
|
|
|
@ -123,8 +123,8 @@ INT32 write_datfile(INT32 bType, FILE* fDat)
|
|||
fprintf(fDat, "\t\t<category>Standard DatFile</category>\n");
|
||||
_ftprintf(fDat, _T("\t\t<version>%s</version>\n"), szAppBurnVer);
|
||||
fprintf(fDat, "\t\t<author>" APP_TITLE "</author>\n");
|
||||
fprintf(fDat, "\t\t<homepage>http://www.barryharris.me.uk/</homepage>\n");
|
||||
fprintf(fDat, "\t\t<url>http://www.barryharris.me.uk/</url>\n");
|
||||
fprintf(fDat, "\t\t<homepage>http://www.fbalpha.com/</homepage>\n");
|
||||
fprintf(fDat, "\t\t<url>http://www.fbalpha.com/</url>\n");
|
||||
fprintf(fDat, "\t\t<clrmamepro forcenodump=\"ignore\"/>\n");
|
||||
fprintf(fDat, "\t</header>\n");
|
||||
|
||||
|
|
|
@ -2205,7 +2205,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)
|
|||
|
||||
case MENU_WWW_HOME:
|
||||
if (!nVidFullscreen) {
|
||||
ShellExecute(NULL, _T("open"), _T("http://www.barryharris.me.uk/"), NULL, NULL, SW_SHOWNORMAL);
|
||||
ShellExecute(NULL, _T("open"), _T("http://www.fbalpha.com/"), NULL, NULL, SW_SHOWNORMAL);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ You may freely use, modify, and distribute both the FB Alpha source code and bin
|
|||
- You may use dynamic linked libraries (dlls) for network play only (all other use is prohibited);
|
||||
- You may not ask for donations to support your work on any project that uses the FB Alpha source code.
|
||||
|
||||
FB Alpha can currently be obtained from http://www.barryharris.me.uk/.
|
||||
FB Alpha can currently be obtained from http://www.fbalpha.com/.
|
||||
|
||||
FB Alpha would not exist without a lot of code from the MAME project. The MAME project is subject to it's own license, which can be found at http://mamedev.org/legal.html. Due to the use of MAME code in FB Alpha, FB Alpha is also subject to the terms of the MAME license.
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<body>
|
||||
<div class="outer">
|
||||
<h2>FB Alpha - What's New</h2>
|
||||
<p><a href="http://www.barryharris.me.uk">http://www.barryharris.me.uk</a><br />
|
||||
<p><a href="http://www.fbalpha.com">http://www.fbalpha.com</a><br />
|
||||
<a href="http://neosource.1emu.net/forums">http://neosource.1emu.net/forums</a></p>
|
||||
|
||||
<h3>v0.2.97.34</h3>
|
||||
|
|
Loading…
Reference in New Issue