Author Topic: FB Alpha 0.2.97.04 Release [Official]  (Read 11072 times)

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
FB Alpha 0.2.97.04 Release [Official]
« on: March 07, 2009, 06:49:12 AM »
FB Alpha 0.2.97.04 Release



Here's the what's new;
Quote
    * Moved Namco sound to it's own module and updated the Pac-Man driver [Barry]
    * Added driver for Galaga [Barry]
    * Added driver for Pass [iq_132]
    * Added a hack to get Knights of Valour 2 Plus working [XingXing]
    * Tidied up the SoftFX blitters [Barry]
          o Updated the Enhanced blitter to allow more filters
          o Added support to the ini file for long long integers to support the Enhanced blitter
          o Added hq2xS, hq3xS, hq2xBold, hq3xBold, EPXB and EPXC filters from SNES9X ReRecording
          o Added SuperEagle, 2xSaI, Super 2xSaI filters from VBA ReRecording
    * Fixed issue with board roms in ClrMAME XML DAT generation [Barry]
    * Changed ampersands in the ClrMAME XML DAT output to their HTML entity [Barry]
    * Some updates to the Megadrive driver via the online generator [nj7, JackC, arturf]
    * Fixed some rom sizes in non-working parents [Barry, pointed out by JackC]
    * Fixed license2rtf.pl to allow hyphens in URLs [Barry]
    * Matched all sets to MAME 0.129u6

Release @ http://www.barryharris.me.uk/


Offline pmc2

  • Jr. Member
  • **
  • Posts: 69
  • Karma: +3/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #1 on: March 07, 2009, 01:51:40 PM »
At start, fba .03 is ok but .04:



Win Xp SP3 + Ati (last drivers) + DirectX 9.0c november 2008.
« Last Edit: March 07, 2009, 02:01:08 PM by pmc2 »

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #2 on: March 07, 2009, 03:41:09 PM »
Try with a fresh install.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #3 on: March 25, 2009, 06:08:49 PM »
I noticed a bug on ms4plus, text layer tiles were not draw. I fixed it by replacing this in mslug4Init() :

Code: [Select]
nNeoTextROMSize = 0x080000;
by

Code: [Select]
if (strcmp(BurnDrvGetTextA(DRV_NAME), "mslug4") == 0) {
    nNeoTextROMSize = 0x080000;
}

Also i want to know if people get a crash when exiting CPS1 and Phoenix games, seems that CpsCode is free even if there wasn't a malloc before :p (sorry if i'm wrong, i just wanna be sure lol  :biggrin:).

Thanks ;)

Offline Akheron

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #4 on: March 26, 2009, 04:31:12 AM »
Ok someone let me know if there having the same problem. JUST installed the new version, and 3/4 of the SoftFX filters dont even work. I dont get any errors, but the image stays the same unimproved.The only one that really works is the HQ2xS (VBA) filter. Im not really complaining because the HQ2xS filter is amazing! It makes the games looks so nice. Alot better than the HQx2 from the previous versions of FBA.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #5 on: March 26, 2009, 04:34:19 AM »
Check your display settings. What color depth are you running?


Offline Akheron

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #6 on: March 26, 2009, 04:38:49 AM »
Well i know windows is using 32bit. And the fullscreen is set to 32 but im using window mode. Is there a way to change it for window mode?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #7 on: March 26, 2009, 05:00:38 AM »
Yeah... change your windows bit-depth.  Not a good solution though.

Btw, what blitter are you using? Enhanced? Experimental? SoftFX?
IIRC, Enhanced is the best, most stable.


Offline Akheron

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #8 on: March 26, 2009, 05:07:20 AM »
Im using softFX. Enhanced actually doesnt work for me. FBA crashes when i select it. Ive tried all the blitters and strangely the only ones that work are the ones with (VBA) after the name.

If it at all helps im using Vista (gag) with a Geforce Go 7600

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #9 on: March 26, 2009, 05:47:22 AM »
Im using softFX. Enhanced actually doesnt work for me. FBA crashes when i select it. Ive tried all the blitters and strangely the only ones that work are the ones with (VBA) after the name.

If it at all helps im using Vista (gag) with a Geforce Go 7600

Best I can tell you is upgrade your graphics drivers, maybe see if you can increase the size of the shared video memory -- maybe : Video->Blitter Options->Buffering Method->...


Offline Akheron

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: FB Alpha 0.2.97.04 Release [Official]
« Reply #10 on: March 26, 2009, 05:54:15 AM »
Well i did a search and it turns out this problem is common with NVIDIA cards. Apparently its being worked on. Ill try that though. I appreciate the help.