Author Topic: Best Of Best Issue  (Read 5068 times)

Offline cmart

  • Newbies
  • *
  • Posts: 29
  • Karma: +1/-0
Best Of Best Issue
« on: March 15, 2012, 09:52:22 AM »
I tried playing Best Of Best and for some reason it runs very slow. I thought maybe my computer was too slow so decided to run it in MAME and runs normal there. Is there any special settings needed (tried adjusting CPU speed among other things to no avail) or is it still a work in progress.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Best Of Best Issue
« Reply #1 on: March 18, 2012, 09:39:32 AM »
Looks like a mistake on my part.

When I get access to my pc later on today (or if Barry sees this) it will get fixed.

In the bestbestframe() function

      SekRun(nCyclesTotal[0] / 2);

Really should be

      SekRun(nCyclesTotal[0] / nInterleave);


Offline cmart

  • Newbies
  • *
  • Posts: 29
  • Karma: +1/-0
Re: Best Of Best Issue
« Reply #2 on: March 18, 2012, 11:10:52 PM »
Thank IQ

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Best Of Best Issue
« Reply #3 on: March 18, 2012, 11:40:44 PM »
No problem. It is fixed in the svn (source code depository) and you'll be co-credited for the fix in the next fba release. :)


Offline cmart

  • Newbies
  • *
  • Posts: 29
  • Karma: +1/-0
Re: Best Of Best Issue
« Reply #4 on: March 19, 2012, 05:53:51 PM »
Awesome