Jump to content

Recommended Posts

  • Replies 113
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)

Nes...awsome work man....any chance of adding the scanline options? ( not scanline plus something).....with that, and adjusting the screen size, to adjust for overscan, this would be prefect dude!

 

 

K

 

EDIT: Forgot to add....well, if it's xmas, then why not!...how about a gamma correction setting too?

Edited by oldpainless
Posted

Awesome work nes... ;)

So many games, so little time!

Cool that you fixed the random crashing too, that has sorted the problem with changing to another skin now too... ;)

Posted (edited)
This crashes/freezes my xbox on shutdown. Same as the last release...

 

It's never crashed for me on shutdown. Not sure why it crashes on your Xbox.

Edited by nes6502
Posted (edited)
nes whats your thoughts on add this core to CoinOPS? I have alot of code around this stuff and CoinOPS has 2 xbes one to launch the games and then the core to drive the game on completion it just boots the default.xbe again. If you wish to work together I would help you add the dual core stuff (as CoinOPS will never be able to run alot of these especially at the same speed)

 

Well, it wouldn't be that difficult. In fact you could use the FBA.xbe file as-is. In CoinOps, you would do the following:

 

Required

1) Put the Path.ini in the root of CoinOps

2) Put the FinalBurn.ini in the ini folder of CoinOps.

3) Start CoinOps

 

Optional:

4) Read the D:\ini\FinalBurn.ini file and store all the values.

5) When a user changes an option, save the D:\ini\FinalBurn.ini file with the appropriate changes.

 

Required

6) When a user picks a Final Burn game (like Power Drift), write a file to the Z partition called "game.txt" with one line (in this example it would be ROM=pdrift)

 

Example:

 

FILE* f;

string game = "pdrift";

f = fopen("Z:\\game.txt" , "w+");

fprintf(f, "%s%s\n", "ROM=", game.c_str());

fclose(f);

 

 

7) Run FBA.xbe

8 - When FBA.xbe starts it will try to find Z:\game.txt, read the one line (ROM=pdrift), then looks in the ROM path from Path.ini for pdrift.zip. It deletes the Z:\game.txt file and starts the emulation.

9) When a user exits, FBA.xbe will start default.xbe (which would be the CoinOps GUI)

 

That's the simplest solution. If you wanted to get rid of my in game GUI or add configurable controls, then it would be a lot more work.

Edited by nes6502
Posted
This crashes/freezes my xbox on shutdown. Same as the last release...

 

It's never crashed for me on shutdown. Not sure why it crashes on your Xbox.

i had this happen to me in the last release a couple of times.it was when you changed one of the filters and a game like say powerdrift would crash.then when you reset the xbox and loaded up the emulator again and set the filter to let say no filter then the game would work fine,but when you tried to exit out of the emulator to return the dash it would crash.what i did to fix this was to delete the gamsave in the t and u data folders in my e drive.

obviously there isnt this problem anymore in the new biuld.

 

chrisw80 i am presuming you didnt delete your gamesave from the last biuld of final burn,delete the gamesave in your t and u data folders.

gamesave is called ffff0778.

one you delete it fire up the emulator and it will create a new gamesave.

Posted

if you want to talk ill help merge FBA and CoinOPS together with if you want? I can add some settings like use CoinOPS or FBA for NeoGeo / CPS2. I would only slightly alter the GUI for INgame it would be mostly untouched maybe just using the same screensizing sizes. Ill send you a PM Nes but if you want to work as a team you have skills people would love and together we can add a good GUI and alot of new games.

Posted (edited)
if you want to talk ill help merge FBA and CoinOPS together with if you want? I can add some settings like use CoinOPS or FBA for NeoGeo / CPS2. I would only slightly alter the GUI for INgame it would be mostly untouched maybe just using the same screensizing sizes. Ill send you a PM Nes but if you want to work as a team you have skills people would love and together we can add a good GUI and alot of new games.

Now this is what I am talking about. Two Greats getting together. ;) Amazing post right here.

Awesome Guys! ;)

Edited by Mega Man (?)
Posted
if you want to talk ill help merge FBA and CoinOPS together with if you want? I can add some settings like use CoinOPS or FBA for NeoGeo / CPS2. I would only slightly alter the GUI for INgame it would be mostly untouched maybe just using the same screensizing sizes. Ill send you a PM Nes but if you want to work as a team you have skills people would love and together we can add a good GUI and alot of new games.

 

On my side i'm still waiting for the small part of code i was asking to you, i mean the autoswich for HD mode (can't do it myself, don't have an HDTV). As we're supposed to 'work together'.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...