- kenshiro - Posted October 18, 2009 Posted October 18, 2009 Cool stuff. Don't know why you thank me BTW.
dziad Posted October 18, 2009 Posted October 18, 2009 (edited) Thank You ! And Many Thanks For Your Hard Work! Edited October 18, 2009 by dziad
oldpainless Posted October 18, 2009 Posted October 18, 2009 (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 October 18, 2009 by oldpainless
chrisw80 Posted October 18, 2009 Posted October 18, 2009 This crashes/freezes my xbox on shutdown. Same as the last release...
NEIL222 Posted October 18, 2009 Posted October 18, 2009 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...
nes6502 Posted October 18, 2009 Author Posted October 18, 2009 (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 October 18, 2009 by nes6502
lordpro Posted October 18, 2009 Posted October 18, 2009 thank you for sharing your work, NES6502. Great emulator
nes6502 Posted October 18, 2009 Author Posted October 18, 2009 (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: Required1) Put the Path.ini in the root of CoinOps2) 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. Required6) 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.xbe8 - 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 October 18, 2009 by nes6502
darknior Posted October 18, 2009 Posted October 18, 2009 Woaw, kool, thanks for the solution I wish PR add it to CoinOPS
fumanchu Posted October 18, 2009 Posted October 18, 2009 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.
chrisw80 Posted October 18, 2009 Posted October 18, 2009 It happened again. This time though I rebooted the Xbox (after the crash/freeze) and tried it again and it seems to be working fine now. Awesome!
BritneysPAIRS Posted October 19, 2009 Posted October 19, 2009 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.
Mega Man (?) Posted October 19, 2009 Posted October 19, 2009 (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 October 19, 2009 by Mega Man (?)
- kenshiro - Posted October 19, 2009 Posted October 19, 2009 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'.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now