Jump to content

Robert

User Admin
  • Posts

    12,839
  • Joined

  • Last visited

  • Days Won

    312

Everything posted by Robert

  1. Maybe it's running on a Gamecube, (a totally moronic guess)
  2. who is refraction? or ch40sc0d3? anyway i'm excused cos i know nothing about consoles
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. Bliss is an Intellivision emulator. >> Get it HERE
  9. why does the first part say WRITE16_handler and the 2nd part say READ16_handler ??
  10. >> 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
  11. I am completely mystified as to what this is all about. I only added one line into neocrypt.c
  12. 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.
  13. Go to the ant3d site listed above, and download their dll, and you should be ok.
  14. 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); }
  15. I didn't realise Advance Projects was the same thing.
  16. >> Information courtesy of Aaron Giles
  17. 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.
×
×
  • Create New...