Jump to content

Robert

User Admin
  • Posts

    12,750
  • Joined

  • Last visited

  • Days Won

    282

Everything posted by Robert

  1. I would not expect the PS1 to have the processing power or enough RAM to be able to run neogeo.
  2. 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.
  3. 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.
  4. 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.
  5. No changelog for 5.22 - with 3 upgrades in one day something has to give... >> Get it HERE
  6. 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.
  7. 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.
  8. Can you post the list of roms required to make it work in nrx? (like a dat file)
  9. 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.
  10. The oddest people are in America. http://www.smashmyxbox.com/images/smx6.jpg
  11. That is correct. Alll downloads are offline until further notice.
  12. Yes you read it right! You can run your favourite DOS games on your dreamcast! >> Get DOSBOXDC 0.60 (and source) HERE
  13. A mac emulator that runs on your PC. More details and the download are available HERE
  14. Read more HERE Credit: Emulation9 for the heads-up.
  15. I wrote the driver for what they call kof96ep, and posted it on Romshare. Now it appears, letter-perfect, in mameplus emu. They did not ask permission to use it in a public emulator, nor did they give any credit. If they had asked, I would have allowed it - but I always require credits be given.
  16. So they've moved. They are code stealers. They used my source code and didn't give credit.
  17. Forget what I said about samsho5, I wasn't even using that code. Now removed. I used a similar idea to you, but it's not game-dependent. /* the S data comes from the end fo the C data */ { int i; int tx_size = memory_region_length(REGION_GFX1); UINT8 *src = memory_region(REGION_GFX3)+rom_size-tx_size; UINT8 *dst = memory_region(REGION_GFX1); //-----------------modified by robbbert --------------------- only do this if there is no s1 rom present---------- if (dst[0] == 0) { for (i = 0;i < tx_size;i++) dst[i] = src[(i & ~0x1f) + ((i & 7) << 2) + ((~i & 8) >> 2) + ((i & 0x10) >> 4)]; } } I only added the line beginning with "if" - which means it will work for any game in this circumstance.
  18. Never say die! ms5plus: Found a very embarrasing mistake, once this was fixed the game started, with corrupt graphics. Since the graphics roms were the same as mslug5, I added the kof2000_neogeo line. Now the graphics were fixed, but the flashing PLUS was gone. Hmmm. Decided to investigate neocrypt.c and made a modification which fixed the problem. This mod allows a s1 rom to overrule the inbuilt text on any game of this type in the future. The final code for ms5plus: ROM_START( ms5plus ) ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "268-p1p.bin", 0x000000, 0x100000, CRC(106b276f) ) ROM_LOAD16_WORD_SWAP( "268-p2p.bin", 0x100000, 0x200000, CRC(d6a458e8) ) ROM_LOAD16_WORD_SWAP( "268-p3p.bin", 0x300000, 0x200000, CRC(439ec031) ) NEO_SFIX_128K( "268-s1p.bin", CRC(21e04432) ) NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) SHA1(3638b072e44277a6bffea5a78a915a14c6afcba0) ) ROM_REGION( 0x1000000, REGION_SOUND1, 0 ) ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) ) ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) ) ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "268-c1.bin", 0x0000000, 0x800000, CRC(27d59de8) SHA1(0447a675d885721cedc079788cf41ae3f797834b) ) ROM_LOAD16_BYTE( "268-c2.bin", 0x0000001, 0x800000, CRC(e600dee1) SHA1(e55e5a25616c4daf09692d1b53a92d6f31e842ac) ) ROM_LOAD16_BYTE( "268-c3.bin", 0x1000000, 0x800000, CRC(b650f098) SHA1(4cd729153bd5b2054fbe10c96d2bb370084d1d24) ) ROM_LOAD16_BYTE( "268-c4.bin", 0x1000001, 0x800000, CRC(10499589) SHA1(24542a3b70080e5a61fdab04ab314450a1d821ef) ) ROM_LOAD16_BYTE( "268-c5.bin", 0x2000000, 0x800000, CRC(19352405) SHA1(5ee255403739c11a65608dcff0984480f067d824) ) ROM_LOAD16_BYTE( "268-c6.bin", 0x2000001, 0x800000, CRC(b1531523) SHA1(786f342dbb7fea50139d6421e5b82e551772bf0a) ) ROM_LOAD16_BYTE( "268-c7.bin", 0x3000000, 0x800000, CRC(fe2c1338) SHA1(de9d257574881dd1684956f60011a20c1dd5a0d9) ) ROM_LOAD16_BYTE( "268-c8.bin", 0x3000001, 0x800000, CRC(ecce3141) SHA1(103247b57f8ea5746dd1cf92dda95a6dc9268c78) ) ROM_END //-------------------------------------------------------ms5plus DRIVER_INIT ( ms5plus ) { kof2000_neogeo_gfx_decrypt(0x19); sx_decrypt(1); neogeo_fix_bank_type = 1; init_neogeo(); }
×
×
  • Create New...