Jump to content

iq_132

1Emu Veteran
  • Posts

    2,311
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by iq_132

  1. lol, yeah. I should pay more attention to code that I'm modifying when I post it.
  2. inside the folder that your fba.exe is in, go to the config folder, then open fba.ini (or fbap.ini or whatever.ini) find this: change that number after nLockGames to a 0 or 1, (if it is 0, change it to a 1, etc)
  3. Lol, you're exactly right. It should be just a write16 handler. @ hanco, check my post above. It only needs the bankswitch code I posted and not any more of it. And before you dumb out on me, yes, you still need the code in the init.
  4. I don't know why people still insist on using that crappy ms5plus code: Here's the same code, but with everything that isn't used removed/merged static WRITE16_HANDLER ( mslug5p_bankswitch_w ) { /* thanks to fataku for the info */ if(offset == 2) { neogeo_set_cpu1_second_bank(data<<16); } } if (!strcmp(Machine->gamedrv->name,"ms5plus") ) { memory_install_write16_handler( 0, ADDRESS_SPACE_PROGRAM, 0x2ffff0, 0x2fffff, 0, 0, mslug5p_bankswitch_w ); }
  5. Looks like you're using the encypted C roms... maybe you should consider that..
  6. Has anyone tried this? i'm curious what kind of FPS a DS can pull off ^^
  7. Sounds like a good idea to me. Next we should outlaw free thought. /me reads 1984 again...
  8. How about P Nes? Or OneNES? Or Project Flaming Toaster Alpha Plus Z?
  9. http://rbelmont.mameworld.info/
  10. I want one as well, but I think I'll wait for a later-gen one. With proper saving, etc.
  11. Ok. Like this bellow? GAMEB( 2002, kof2002, neogeo, neogeo, neogeo, neogeo, kof2002, ROT0, "Eolith / Playmore", "The King of Fighters 2002 (Set 1)", 0 ) GAMEB( 2002, kof2k2nd, kof2002, neogeo, neogeo, neogeo, kof2k2nd, ROT0, "Eolith / Playmore", "The King of Fighters 2002 (Set 2)", 0 ) GAMEB( 2002, kf2k2pa, kof2002, neogeo, neogeo, neogeo, kof2k2nd, ROT0, "Eolith / Playmore", "The King of Fighters 2002 Plus (Bootleg - Set 1)", 0 ) GAMEB( 2002, kf2k2pls, kof2002, neogeo, neogeo, neogeo, kof2k2nd, ROT0, "Eolith / Playmore", "The King of Fighters 2002 Plus (Bootleg - Set 2)", 0 ) What I've found that works pretty well is to set kof2002b as the parent of the bootleg/plus games, and set kof2002 as the parent of kof2k2nd/kof2002d
  12. /*----------------------------------------------------------------*/kof2003 That line change it to: /*----------------------------------------------------------------*/ //kof2003
  13. how exactly is this Neo-Geo related?
  14. This probably means that any games with a voodoo card will be 40x slower than before...
  15. I'm not sure of any ps1 emulators that allow something like this (unless you're up for sorting through source code...) However, you can, with pete's plugins change what the target FPS is.
  16. On the internet... it's against the rules, so I wouldn't ask again.. neogeo.zip Nope, just into one.
  17. That's not entirely true... there are neo CD conversions of some MVS titles (Ghostlop, Pnyaa, Zupapa, etc) but they're definitely smaller titles, and usually are missing some sounds.
  18. Don't forget "You have reached you limit of X attacks."
  19. NeoCD/PS2 is a open source NeoGeo CD emulator running on the Sony Playstation 2. It is a port of NeoCD/SDL, the excellent NeoGeo CD emulator by Foster. Since there is actually no SDL library on the PS2, all SDL portions have been removed and replaced by PS2 "native" libraries (using PS2SDK). The NeoCD/PS2 source code is distributed under the terms of the GNU General Public License. Third beta release of the CDDA release ! Changelog: - More CDDA fixes - Fixed/added auto-loop feature (CDDA) - (re)Fixed missing sfx in aerofighters 2 (and maybe others) - Fixed most Buzzing noise cases - drive now stop spinning when CDDA is set to OFF Yes, for those who noticed, this version is the 0.6c, and not 0.6b. The 0.6b version has been released in the neocd forum only, Why ? because... I was too lazy to update the site ? or It was a vip version reserved to people visiting the forum ? Both binary and sources are available in the download section. enjoy. http://neocd.ps2-scene.org/ Neo CD != (does not equal) neogeo
×
×
  • Create New...