Jump to content

Robert

User Admin
  • Posts

    12,750
  • Joined

  • Last visited

  • Days Won

    282

Everything posted by Robert

  1. One of those shots specified a dancepad. A dancepad apparently can be used on a ps/ps2/pc/xbox. Looking at the lousy framerates, it's obviously something fairly recent.
  2. Neoragex can be obtained by looking closely at Agozer's signature. Roms can be obtained by using Google. Don't ask for them here as it's against the rules.
  3. I noticed a problem the other day, if I try to move a file called AUTORUN.INF or anything ending with PIF it will say it's in use even when it's not. Renaming AUTORUN.INF to AUTORUN.INF.txt allowed it to be moved. This trick didn't work with the PIF file, so I had to delete it (no complaints about that). And, when Explorer encounters a problem like that, it bombs out instead of skipping the file and doing the rest. Typical Windows.
  4. I had that problem at work once, I think it was because the file path was too long (over 255 characters). I gave it to the techo's to sort out.
  5. Now that the little error has been fixed, I've decided to use your code and get rid of the convoluted stuff. It worked first go.
  6. Bliss is an Intellivision emulator. >> Get it HERE
  7. why does the first part say WRITE16_handler and the 2nd part say READ16_handler ??
  8. >> Get the diff HERE MAME32qa -> HERE MAME32FX -> HERE MAME32Hp4 -> HERE MAME32PlusSpecial -> (no link) History.dat 1.05e -> HERE Mameinfo.dat 0.102u3 -> HERE MAMEplus! -> HERE
  9. I am completely mystified as to what this is all about. I only added one line into neocrypt.c
  10. All James has to do is call it something else completely different, and they can't touch him. Those names sound oddly familiar? We've been, ahem, collaborating.
  11. Go to the ant3d site listed above, and download their dll, and you should be ok.
  12. neo_pcm2_swap comes with mame as standard. It's the same as the playmore routine with the the illegal games removed. static void neo_pcm2_swap(int value) /* 0=kof2002, 1=matrim */ { unsigned int addrs[2][2]={ {0x000000,0xA5000}, /* kof2002 */ {0xFFCE20,0x01000}}; /* matrimelee */ unsigned int xordata[2][8]={ {0xF9,0xE0,0x5D,0xF3,0xEA,0x92,0xBE,0xEF}, /* kof2002 */ {0xC4,0x83,0xA8,0x5F,0x21,0x27,0x64,0xAF}}; /* matrim */ UINT8 *src = memory_region(REGION_SOUND1); UINT8 *buf = malloc(0x1000000); int i, j, d; memcpy(buf,src,0x1000000); for (i=0;i<0x1000000;i++) { j=BITSWAP24(i,23,22,21,20,19,18,17,0,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,16); j=j^addrs[value][1]; d=((i+addrs[value][0])&0xffffff); src[j]=buf[d]^xordata[value][j&0x7]; } free(buf); }
  13. I didn't realise Advance Projects was the same thing.
  14. >> Information courtesy of Aaron Giles
  15. Mobodass hasn't broken any rules, no need to close the thread. You can talk on this subject as much as you want, just no requesting or linking to illegally-obtained material.
  16. The latest DS emulator, YopYop has been renamed to DeSmuME. The website has had a few minor changes, and proper download links have been added. >> Visit the site for more information HERE
  17. Yes some code is needed. I've posted it, together with kf2k5uni and the working kog over in IQ's area. I don't actually have a decrypted kog but it's easy enough to make. Might see if I can get it working with NRX.
  18. Got the roms for Magic Plus II, and got it working in MAME. It looks very nice.
×
×
  • Create New...