Jump to content

DHS

Members+
  • Posts

    31
  • Joined

  • Last visited

Posts posted by DHS

  1. (XBOX) Coinops Reignite r5 + Megadrive and Snes roms[new updated emu] heheh one day and hes going for fame....not bad for someone who doesnt care or interested and yes he attached his name lol

    Ive assembled a great thread for people :) from other public posts but as yet run088 doesnt want it public , but it should prove once and for all whos lying...its taken from multiple forums :) from a few people listed and its shows clearly what we already know

     

    anyways some new stuff in dev and some new stuff finished :)

     

    NES 1466 roms is done.

    GB, GBC, GBA full set supported by RX synopsis will be done by saturday, then run088 can compile a new cat.

  2. Can you set an emulator to boot at startup?

     

     

    Does the xbox not have to boot to a dashboard?

     

    I have no chip softmoded XBOX but I can boot any prog I want.

    XBMC is default, boot pushing A pad for Unleash, boot pushing X pad for Coinops, and so on.

  3. As a user, why would I want to use CoinOps to play Sonic on, instead of NeoGenesis? What is it that your program is supposed to to better?

     

    It's like the nude hack for DOA xtreme on xbox and then on the 360. It's useless, but we do it because we can.

    I don't know if I want to rename all my roms to Coinops format but I like the idea of being able to do so if I want to.

  4. Just finished a script to get the games list and driver list done.

     

    GameGear 344 games

    GAMEX( 1994, GG_5in1Funpak, 0, cps3, cps3, nocpu, ROT0, "Game Gear", "5 in 1 Funpak", GAME_NOT_WORKING|GAME_NO_SOUND )

    GAMEX( 1993, GG_AAHarimanada, 0, cps3, cps3, nocpu, ROT0, "Game Gear", "A A Harimanada", GAME_NOT_WORKING|GAME_NO_SOUND )

    *

    *

    *

    GAMEX( 1993, GG_Zool, 0, cps3, cps3, nocpu, ROT0, "Game Gear", "Zool", GAME_NOT_WORKING|GAME_NO_SOUND )

    GAMEX( 1995, GG_Zoop, 0, cps3, cps3, nocpu, ROT0, "Game Gear", "Zoop", GAME_NOT_WORKING|GAME_NO_SOUND )

     

    DRIVER( GG_5in1Funpak)

    DRIVER( GG_AAHarimanada)

    *

    *

    *

    DRIVER( GG_Zool)

    DRIVER( GG_Zoop)

     

    GameBoy, GBAdvanced, NES to be next

  5. I have about a complete list of snes it just needs to be entered you can do it if you want. It might have 10 or 20 years missing but the bulk of the 900 and some games are there. Id say the rest could be easy manually scanned from resx sheet atleast for snes. I still have not come up with an idea to automate the whole process. I think it is as about as automated as it can get. The rest of the variables change rom to rom which makes it hard to automate. It would take some kind of script but I have no idea how it could work. Maybe a two program attack. A scraper to gather the information and a script to write the code or alter it.

     

    It would take something that works like XBMC Media Companion or Mediareader the way those programs scrape and make nfo files.

     

    I could inish your SNES list by hand but we still would have NES, Gameboy and others. I'll try to fix a script to get the year for each games that would work for any system.

  6. It would need to insert in a file that looked like this

     

     

    GAMEX( 199X, VB_Blox, 0, cps3, cps3, nocpu, ROT0, “Virtualboy”, “Blox”, GAME_NOT_WORKING|GAME_NO_SOUND )

    GAMEX( 199X, VB_EtchASketch, 0, cps3, cps3, nocpu, ROT0, “Virtualboy”, “Etch A Sketch”, GAME_NOT_WORKING|GAME_NO_SOUND )

    GAMEX( 199X, VB_GalacticPinball, 0, cps3, cps3, nocpu, ROT0, “Virtualboy”, “Galactic Pinball”, GAME_NOT_WORKING|GAME_NO_SOUND )

     

     

     

    It would have to remove "X" from "199X" and replace with the correct year. Scraping your stuff would be good though because you have tweaked some names there would be no mismatching this way. When I was doing some of snes I couldnt find some names because they were listed as something else for example Aladin or Disney Aladin some not so close. You get what I mean though. The list would match.

     

    I'm looking for a way to do that in a clever way. I have not experience at coding but I'll try something in PHP to scrap years from rx synopsys.

  7. If you want to do it pick a system and I will give you a list to put the years in. You can also do a game type list it you want.

     

    Currently finished up converting the follow system list

     

     

    Atari 2600 = A26_

    Turbo Grafix 16 = PCE_

    Atari 7800 = A78_

     

     

    those 3 systems are done

     

     

    I should have time on monday. Can you give me the SNES list first, to see how long it takes by hand.

  8. Gameboy list are finished. Nes is finished. Nes screenshots will go quick to but the rest will take a minute to do. I can rename them quick but I have to manually pluck them from the folder because they are in xport format. If somebody knows a way to massively pluck files from multible folders at the same time let me know.

     

    Someone was volunteering a few post up to hand patch the years. If you want to do it let me know and I will get you the list to edit.

     

    Yes that was me.

    I can use "LusSpace FE" dats to get the year. The dat goes like that

     

    "Legend of Zelda, The - A Link to the Past (E) [!];0;Adventure;1992;0;7590;Europe;;

    Legend of Zelda, The - A Link to the Past (F);0;Adventure;1992;0;7590;France;;

    Legend of Zelda, The - A Link to the Past (G) [a1];0;Adventure;1992;0;7590;Germany;;

    Legend of Zelda, The - A Link to the Past (U) [!];0;Adventure;1992;0;7590;USA;;

    .....

    Super Mario World (U) [!];0;Platform;1991;0;8302;USA;;"

     

    "Super Mario Bros. 3 (J) (PRG1);0;Platform;1990;0;5849;Japan;;

    Super Mario Bros. 3 (PC10);0;Platform;1990;0;5849;Unknown;;

    Super Mario Bros. 3 (U) (PRG0) [!];0;Platform;1990;0;5849;USA;;"

     

    I have no idea if you can get the year out the string in an automated way. If yes, it's great cause you could even get the type of game (puzzle, action, RPG), "LusSpace FE" dat are easy to get, if no, I can do some manually... :);

  9. Okay, I'm still confused.

    Pretty much every emu I know of goes up on xbins for others to grab when needed, why is coinops different in this regard?

    Why is there so much crap to deal with when asking about getting it from somewhere? I want the emu...not the crap that goes with it!

    Why is there a thread about all this stuff when the emu is very hard to get hold of?

     

     

    Just be patient. I want to play Gran Turismo 5 for years, but I have to wait cause it's not out(finished?) yet.

    Their is a link for R4 somewhere above, take it and wait R5 to be finalized.

  10. Impressive thread. Too bad I was away when the SNES stuff went up.

    I would have requested

     

    DRIVER( TetrisBattleGaiden )

     

    GAMEX( 1993, TetrisBattleGaiden, 0, cps3, cps3, nocpu, ROT0, "Super NES", "Tetris Battle Gaiden", GAME_NOT_WORKING|GAME_NO_SOUND )

     

    for the year, maybe "LusSpace FE" dats can be usefull. If their is no way to retrive the year automatically I'm willing to help put them in by hand.

     

    **

    Coming back to folders. Is it possible to make Coinops look in subfolders ?

    I have splited my roms in "/roms/snes/eu" "/roms/snes/us" "/roms/snes/jap a-n" "/roms/snes/jap m-z" "/roms/snes/hack"

     

     

    ***

    Coinops would even be better with the new gun support implemented.

     

     

    ***

    With so many new machines in Coinops, could we have a GUI with pages to filter systems

    like it was in Gogos FBA "NeoGeo" ®} "CPS1" ®} "CPS2" ®} "Others" ®} "NeoGeo"

     

    Lots of requests at once...

  11. That worked for me too.

    You have to calibrate and play in 480p (not sure about 480i) and put your screen in non-widescreen (if you have an HD TV)

     

    But still, using the EMS topgun II in Coinops when the gun is pluged in, the rom list scroll down or up unless I hold the gun a particular spot.

    Is their a way around that ?

  12. Hi, I finally gave it a try to play Tetris The Grand master, but my romset isn't working even romcenter is all green.

    I'll try to get another one.

     

    I would like to know if their was a way to know how to exit a game by using the second controller. I have a fighting stick as 1st con and as it doesn't have the R3 bouton I have to plug it out and plug in the pad eachtime I want to exit a game...

    Can that be done by changing something in the .ini file ?

  13. cheers iq just added in Tetris absolute grand master 2 and grandmaster 2 plus playable at 50 frames a sec same as fbl...also added a game he did a while ago mighty Warriors

     

    Great :thumbsup1:

    I was waiting for this one to run on Coinops. I tried in FBL but wasn't working even romcenter say it's a good rom set.

     

    BritneysPAIRS you're the man.

    Merry Christmass, Hanouka or whatever it is for you.

  14. Sad news but understandable that BP left.

    I'm coinops user since "Coinops" and then CO Gold came out and speedy new release with gret adds.

     

    Today I would like

     

    Tetris the Absolute The Grand Master 2

    set name tgm2

    manufacturer Arika

    year 2000

    genre Puzzle (hof)

    category Puzzle / Drop (hof)

    driver status good

    driver source psikyosh.c

     

    to be added.

    Hope that's the right place to post.

×
×
  • Create New...