Jump to content

Robert

User Admin
  • Posts

    13,011
  • Joined

  • Last visited

  • Days Won

    375

Everything posted by Robert

  1. >> Get it HERE
  2. Vice is a Commodore 64/128 emulator. >> Get it HERE
  3. Well, this business of adding games has settled into a routine. Here is the list of what I've added: bangbedp (Bang Bead prototype) mslug4nd (Metal Slug 4 decrypted) mslug5 (Metal Slug 5) ms5plus (Metal Slug 5 plus) mslug5nd (Metal Slug 5 decrypted) matrimbl (Matrimelee bootleg) pnyaa (Pochi & Nyaa) pnyaad (Pochi & Nyaa decrypted) samsho5 (Samurai Shodown 5) samsh5bl (Samurai Shodown 5 bootleg) samsh5sp (Samurai Shodown 5 Special) svcchaos (SVC Chaos) svchaosa (SVC Chaos alternate) svcboot (SVC Chaos bootleg) svcplus (SVC Chaos plus) svcplusa (SVC Chaos plus alternate) svcsplus (SVC Chaos Super Plus) kof96evo (KOF 96 Evolution hack) kof96ep (KOF 96 Boss hack) kof96ru (KOF 96 another boss hack) kof2003 (KOF 2003) kof2003b (KOF 2003 bootleg) kof2003d (KOF 2003 decrypted) kof2k4ex (KOF 2k4 EX plus) kof2k3up (KOF 2k4 "ultra" plus) kof2k4se (KOF 2k4 Special Edition) kf2k4spe (KOF 2k4 Special Edition alternate) kof2k2mp (KOF 2002 Magic Plus) cthd2003 (Crouching Tiger Hidden Dragon 2003) ct2k3sp (Crouching Tiger Hidden Dragon 2003 Special) kof2k1rp (KOF 2001 Remix Pro hack) kf2k2pls (KOF 2002 Plus decrypted) kof2k2sr (KOF 2002 Super) kof2k4mp (KOF 2k4 Magic Plus) kof10th (KOF 10th Anniversary) kof10thu (KOF 10th Unique) kf10thud (KOF 10th Unique decrypted) kf10thep (KOF 10th Extra Plus) kog (King of Gladiator) beast (Shadow of the Beast preview) columnsn (Neogeo Columns) diggerma (Diggerman) neonopon (Neo No Panepon v2) neopong (Neopong v1.1) npong10 (Neopong v1.0) syscheck (System Check) frogfest (Frog Feast) ltor (Jonas Indiana and the Lost Temple of Ra) chaos (Demo by Chaos group) 49 games. They all work except for: bangbedp, mslug4nd, mslug5nd - don't have the roms to test with kof10th, kog - slight graphics problems, no fix available neopong - crashes my computer when Start pressed All thats left to do is automate the decrypt routines, so they examine the data and apply the proper decryption accordingly. I probably won't publish these because of the mameplus fiasco. Lastly, I've been handed a whole pile of "phoenixed" CPS-2 roms. When (or more likely if) anything happens will be the subject of another thread. Thanks to James and IQ_132 for their invaluable assistance Now this subject is over and I'm closing this thread.
  4. >> Get it HERE
  5. I saw a thread where someone had somehow gotten the roms for 2 neogeocd titles (Crossed Swords 2, and Final Romance 2), and had dats for them. I'd love to try getting them working in mame (if I could find the roms!).
  6. >> Get them HERE
  7. Any soccer fan will have heard of George Best, a legend of the game. More -> HERE
  8. Also don't forget and and misses.
  9. I would not expect the PS1 to have the processing power or enough RAM to be able to run neogeo.
  10. I've got Samurai Showdown 5 Special, KOF2003, SVC Chaos working in 4.8 and 4.x/5.x Hacked roms for a hacked emulator makes a good combination.
  11. The 0.6b version isn't too bad really, considering the state of emulation in 1999. It runs kof2001, kof2002, and pnyaa perfectly, which hadn't even been thought of when nrx was written. Strangely no version of nrx will run diggerman, you can insert a coin but cannot start the game. Works in my mame. But on the other hand, neopong 1.1 works fine in nrx but crashes my entire computer in mame.
  12. Most neogeo sets have roms named xxx-s1.rom, xxx-p1.rom, etc. But some old sets have something else completely different like N138001A.178 etc. Any NRX version 4 series cannot handle these and will quit when encountering these older-style sets. It's the major problem with the hacked NRX. Despite that, ver 4.8 is the best version I've found so far, it's the only one that can play Ghostlop.
  13. No changelog for 5.22 - with 3 upgrades in one day something has to give... >> Get it HERE
  14. >> Get it HERE
  15. Your probably batter off with a nebula or kawaks loader. There's also plenty of mame-derived emus that play illegal games which we can't tell you any more about. If you know how to compile, you can create your own altered mame, we can provide info for that. I tried svc in NRX and got a bank error, there may be a working set that I don't know about.
  16. KOF Magic Plus II: KOF Maximum Impact:
  17. I don't have B87049F2, however after some surfing it appears that rom has a bug (a blank part at the start of the game). The fixed one is 57a1981d which luckily I have. I made this set: ROM_START( kof2003d ) ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "271-p1d.bin", 0x000000, 0x800000, CRC(57a1981d) ) NEO_SFIX_128K( "271-s1d.bin", CRC(df422440) ) NEO_BIOS_SOUND_512K( "271-m1d.bin", CRC(0e86af8f) SHA1(769102b67bb1a699cfa5674d66cdb46ae633cb65) ) ROM_REGION( 0x1000000, REGION_SOUND1, 0 ) ROM_LOAD( "271-v1d.bin", 0x000000, 0x1000000, CRC(2058ec5e) ) ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "271-c1d.bin", 0x0000000, 0x1000000, CRC(c29acd28) ) ROM_LOAD16_BYTE( "271-c2d.bin", 0x0000001, 0x1000000, CRC(328e80b1) ) ROM_LOAD16_BYTE( "271-c3d.bin", 0x2000000, 0x1000000, CRC(020a11f1) ) ROM_LOAD16_BYTE( "271-c4d.bin", 0x2000001, 0x1000000, CRC(991b5ed2) ) ROM_ENDThis works perfectly in MAME without needing a DRIVER_INIT. For nrx I took a copy and renamed them as such: 16777216 020a11f1 271-c3.rom 524288 0e86af8f 271-m1.rom 16777216 2058ec5e 271-v1.rom 16777216 328e80b1 271-c2.rom 8388608 57a1981d 271-p1.rom 16777216 991b5ed2 271-c4.rom 16777216 c29acd28 271-c1.rom 131072 df422440 271-s1.romnrx 0.6b had some problems, however nrx4.x works fine. Thanks for your help Agozer.
  18. >> Read more HERE
  19. Can you post the list of roms required to make it work in nrx? (like a dat file)
  20. My original kof2003 is in Japanese no matter what region is selected. But my bootleg is in English. This is using my altered mame. I've never seen kof2003 working on nrx.
  21. The oddest people are in America. http://www.smashmyxbox.com/images/smx6.jpg
  22. That is correct. Alll downloads are offline until further notice.
  23. Yes you read it right! You can run your favourite DOS games on your dreamcast! >> Get DOSBOXDC 0.60 (and source) HERE
  24. >> More HERE
  25. A mac emulator that runs on your PC. More details and the download are available HERE
×
×
  • Create New...