diff --git a/fbahelpfilesrc/fba.chm b/fbahelpfilesrc/fba.chm index 2fb006edf..84e67dd34 100644 Binary files a/fbahelpfilesrc/fba.chm and b/fbahelpfilesrc/fba.chm differ diff --git a/fbahelpfilesrc/intro.htm b/fbahelpfilesrc/intro.htm index cb9fce7fd..e143919f6 100644 --- a/fbahelpfilesrc/intro.htm +++ b/fbahelpfilesrc/intro.htm @@ -44,7 +44,7 @@

FB Alpha also has WIP console drivers for Sega Megadrive/Genesis, ColecoVision, Sega SG-1000 and also PC-Engine/TurboGrafx 16/SuperGrafx.

-

FB Alpha can currently be obtained from http://www.barryharris.me.uk.

+

FB Alpha can currently be obtained from http://www.fbalpha.com.

diff --git a/src/burner/dat.cpp b/src/burner/dat.cpp index 0d254cd07..c040229c6 100644 --- a/src/burner/dat.cpp +++ b/src/burner/dat.cpp @@ -123,8 +123,8 @@ INT32 write_datfile(INT32 bType, FILE* fDat) fprintf(fDat, "\t\tStandard DatFile\n"); _ftprintf(fDat, _T("\t\t%s\n"), szAppBurnVer); fprintf(fDat, "\t\t" APP_TITLE "\n"); - fprintf(fDat, "\t\thttp://www.barryharris.me.uk/\n"); - fprintf(fDat, "\t\thttp://www.barryharris.me.uk/\n"); + fprintf(fDat, "\t\thttp://www.fbalpha.com/\n"); + fprintf(fDat, "\t\thttp://www.fbalpha.com/\n"); fprintf(fDat, "\t\t\n"); fprintf(fDat, "\t\n"); diff --git a/src/burner/win32/scrn.cpp b/src/burner/win32/scrn.cpp index 263c88c3f..54ca08597 100644 --- a/src/burner/win32/scrn.cpp +++ b/src/burner/win32/scrn.cpp @@ -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; diff --git a/src/license.txt b/src/license.txt index 623a25cc5..457a05e1d 100644 --- a/src/license.txt +++ b/src/license.txt @@ -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. diff --git a/whatsnew.html b/whatsnew.html index 750f7c581..74b8c2b35 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -101,7 +101,7 @@

FB Alpha - What's New

-

http://www.barryharris.me.uk
+

http://www.fbalpha.com
http://neosource.1emu.net/forums

v0.2.97.34