Author Topic: FBA v0.2.95.22 out,^_^  (Read 31855 times)

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« on: January 19, 2005, 07:32:20 PM »
Download FBA v0.2.95.22 exe and src from here,^_^:

http://fba.emuunlim.com/?fba=files

Quote


What's New?
-----------

v0.2.95.22

   This is still an alpha release!

   Note that, if compiled with GCC, you will need to use version 3.3.x, and
   the experimental DirectX 9 blitter is not built.

   
- Implemented workarounds to the FB Alpha executable to allow the use of windres
  as the resource compiler (it cannot zero-terminate strings or use a string as
  an RCDATA resource);
- Cleaned up the makefiles (variables/options now defined in the main makefile);
- Fixed a few game names / bad ROM definitions;
- Fixed CPS1 games sound / crashing if started as the 1st game;
- Fixed the Psikyo games that use an YM2610 for sound;
- Fixed a few problems with ANSI builds;


-----------

v0.2.95.21

   This is still an alpha release!
 
   Note that this version CANNOT be compiled with GCC!

- converted all code to optionally use unicode.
- Added a driver for 68EC020 based Psikyo hardware.
- Added the English language version of Dangun Feveron.
- Added a built-in graphical 68000 family debugger.
- Added a second 68000 CPU core. For plain 68000 CPUs you can select
  which core to use, the new one also emulates 68010 and 68EC020 CPUs.
- Fixed the overclock feature for Neo Geo;
- Added a DirectX Graphics 9 blitter (see system requirements, below);
- Performed miscellaneous minor bugfixes;

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
FBA v0.2.95.22 out,^_^
« Reply #1 on: January 19, 2005, 07:59:21 PM »
Thanks BMS :)  I'm very glad they re-added gcc.


Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #2 on: January 19, 2005, 08:55:44 PM »
maybe someone can make mini GCC compiled package for this new FBA,thx!

Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
FBA v0.2.95.22 out,^_^
« Reply #3 on: January 19, 2005, 09:12:21 PM »
Still needs fixes I will wait .
IQ Forum Member

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #4 on: January 19, 2005, 10:18:02 PM »
I compile this Ver use GCC 3.31 and get one FBAa.exe,but can't show about menu as old orignal FBA,i forget how to fix,anyone can tell me,thx.

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #5 on: January 19, 2005, 10:24:50 PM »
why I compiled Ver with GCC show many ? in gamelist?

anyone can tell me the reason?

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #6 on: January 19, 2005, 10:39:01 PM »
which file to fix can show about menu correctly?

I known about ?,but forget in which file,^_^

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #7 on: January 19, 2005, 10:42:40 PM »
I compiled this new FBA use GCC 3.3.1,w32api-3.2,binutils-2.15.91 on WinXP SP1.

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
FBA v0.2.95.22 out,^_^
« Reply #8 on: January 19, 2005, 10:55:32 PM »
in this page...
http://www.mingw.org/download.shtml
what GCC i have to download to upgade my mingw?... this is really a mess :(
See ya!!!! :D

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline DragonKeeper

  • Newbies
  • *
  • Posts: 18
  • Karma: +0/-0
  • Junior Member
FBA v0.2.95.22 out,^_^
« Reply #9 on: January 19, 2005, 11:12:57 PM »
Quote from: FerchogtX
in this page...
http://www.mingw.org/download.shtml
what GCC i have to download to upgade my mingw?... this is really a mess :(
See ya!!!! :D


Yeh it is a mess... any help :S ? I get errors whatever I try doing...

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #10 on: January 19, 2005, 11:56:47 PM »
say again,^_^.

I need your help!

I compile this Ver use GCC 3.31 and get one FBAa.exe,but can't show about menu as old orignal FBA,i forget how to fix,anyone can tell me,thx.

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #11 on: January 20, 2005, 04:59:30 AM »
OK, I find out the about menu bug(?) in my WinXP SP1, in app.rc,^_^

fixed code:
Code: [Select]

IDD_ABOUT DIALOGEX 0, 0, 349, 107
STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP
EXSTYLE WS_EX_TOOLWINDOW
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "BMP_ABOUT",IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE | SS_SUNKEN,3,3,100,50
    CONTROL         "version",IDC_FBA_VER,"Static",SS_OWNERDRAW | WS_GROUP,78,63,264,10
    CONTROL         "specialbuild",IDC_SPECIALSTRING,"Static",SS_OWNERDRAW | WS_GROUP,78,71,264,10
    RTEXT           "FB Alpha contains parts of MAME && Final Burn. [COLOR=Blue](c)[/COLOR]2004, Team FB Alpha.",IDC_STATIC,6,90,230,8,WS_DISABLED
    DEFPUSHBUTTON   "OK",IDOK,294,88,50,14
    PUSHBUTTON      "License",IDC_SHOWLICENSE,240,88,50,14
    CONTROL         "",IDC_LICENSE,"RICHEDIT20A",ES_MULTILINE | ES_READONLY | WS_VSCROLL | ES_NOIME,3,107,342,77, WS_EX_STATICEDGE | ES_EX_NOCALLOLEINIT
END


orignal code:
Code: [Select]

IDD_ABOUT DIALOGEX 0, 0, 349, 107
STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP
EXSTYLE WS_EX_TOOLWINDOW
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "BMP_ABOUT",IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE | SS_SUNKEN,3,3,100,50
    CONTROL         "version",IDC_FBA_VER,"Static",SS_OWNERDRAW | WS_GROUP,78,63,264,10
    CONTROL         "specialbuild",IDC_SPECIALSTRING,"Static",SS_OWNERDRAW | WS_GROUP,78,71,264,10
    RTEXT           "FB Alpha contains parts of MAME && Final Burn. [COLOR=Blue]?[/COLOR]2004, Team FB Alpha.",IDC_STATIC,6,90,230,8,WS_DISABLED
    DEFPUSHBUTTON   "OK",IDOK,294,88,50,14
    PUSHBUTTON      "License",IDC_SHOWLICENSE,240,88,50,14
    CONTROL         "",IDC_LICENSE,"RICHEDIT20A",ES_MULTILINE | ES_READONLY | WS_VSCROLL | ES_NOIME,3,107,342,77, WS_EX_STATICEDGE | ES_EX_NOCALLOLEINIT
END

Offline Shoometsu

  • Jr. Member
  • **
  • Posts: 66
  • Karma: +0/-0
  • I finally have an avatar XD
FBA v0.2.95.22 out,^_^
« Reply #12 on: January 20, 2005, 05:00:11 AM »
Quote from: FerchogtX
in this page...
http://www.mingw.org/download.shtml
what GCC i have to download to upgade my mingw?... this is really a mess :(
See ya!!!! :D


this:
http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download
<- Who are you?

Offline bms888

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #13 on: January 20, 2005, 05:06:33 AM »
but anyone can tell me how to fix many ? in my FBA gamelist,thx.

Offline Shoometsu

  • Jr. Member
  • **
  • Posts: 66
  • Karma: +0/-0
  • I finally have an avatar XD
FBA v0.2.95.22 out,^_^
« Reply #14 on: January 20, 2005, 05:22:40 AM »
Quote from: bms888
but anyone can tell me how to fix many ? in my FBA gamelist,thx.


seems to b a problem with chinese and/ or special characters, here I'm using win2k pro with chinese language support, without any "?" in the gamenames...
<- Who are you?