Jump to content

Robert

User Admin
  • Posts

    12,916
  • Joined

  • Last visited

  • Days Won

    347

Everything posted by Robert

  1. OK seems like it's a good computer. Even NRX works on it, lol.
  2. Yes, good idea. I will do that.
  3. The set is called kof2km2, and the two romz I need are 2097152 1016806c k2k2m2p1.bin 131072 446e74c5 k2k2m2s1.bin but I have not seen anywhere that they've even been released yet.
  4. Actually I don't know know anything about it. Magic Plus II is in the new Kawaks - time to find those romz!
  5. That's the first thing I did on my new computer, that security center is nothing but a pain in the rear end.
  6. Decrypted or encrypted never made any difference in speed. The problem was if I have the roms. As for the 4gb, well memory is quite cheap these days, and I wanted a bit of future-proofing, so I thought why not? It means I have done away with the swap file completely, which means it can run even faster.
  7. Well I finally decided to get a newish computer. It certainly outperforms the old 500mhz model. Now Zinc runs all games at 60fps instead of about 4fps. All my neogeo games run at full speed now as well. MAME32 takes I don't really know about the best video card or processor or whatever, but here are some specs (whatever they mean) Processor: intel PentiumD Dual Core 3.0ghz Motherboard: ABIT AW8-Max RAM: 4gb Case: Antec Plus View II Extreme Hard Drive: Seagate NCQ 400gb SATA Graphics: Powercolor X850XT 256mb OS: XP professional 2002 SP2 DVDROM: Lite-On 16x DVD Rewriter: LG 16x Dual Layer Dual Mode Power Supply: ATX EPS 400w TV card: Ultraview DBT-plus High Definition Card (with remote control) Sound: Creative Soundblaster Audigy 2 ZS Platinum (with remote control) Extra 80mm Blue-Light fan (and it glows in the dark when illuminated by an ultra-violet lamp) Now, it all sounds terribly impressive to me, but is it really?
  8. Anti3d still runs a server, according to this - http://www.anti3d.com/servers.php
  9. >> Get it HERE
  10. Only Kawaks/Nebula with loader is in asr.dat MAME doesn't have an equivalent, you need to compile MAME with your additions.
  11. Happy 20th birthday to bubbawmu2 !!
  12. Old news, sorry if it's been mentioned somewhere else... Source Official Microsoft List -> HERE Compatibilty Questions and Answers -> HERE
  13. From Mamedev, the latest update to the King of Emulators. >> Get the DIFF HERE History.dat 1.05d -> HERE Mameinfo v0.102u2 -> HERE MAME32qa -> HERE MAMEplus! -> HERE Mame32Plus Special (no link) MAME32FX -> HERE MAME32Hp4 -> HERE
  14. You are trying to make kof2002 a parent of kof2k2nd and making kof2k2nd a parent of kf2k2pa and kf2k2pls. You are not allowed to make parents of parents. Make kof2002 a parent of the 3 others.
  15. Changed "&" in title to "and", because "&" crashes RSS feed.
  16. The one specified was 2058ec5e. You have the encrypted one which I could not find anywhere. To get it to work, you will have to add an extra line in the DRIVER_INIT section, just above the "init_neogeo()" line. My guess is the line would be: neo_pcm2_playmore_2002(5); But you'll need to add an extra subroutine just above any DRIVER_INIT's you've added. // © PLAYMORE 2002 20-09-2004 //-------- to decypt v roms ----------------- static void neo_pcm2_playmore_2002(int value) { //kof2002,matrimelee,mslug5 (pcb and mvs),samsho5,svcchaos (pcb and mvs),kof2003 (pcb and mvs),samsh5sp (mvs and aes) //offset,xor address unsigned int addrs[7][2]={ {0x000000,0xA5000}, //kof2002 {0xFFCE20,0x01000}, //matrimelee {0xFE2CF6,0x4E001}, //mslug5 {0xFEB2C0,0x0A000}, //samsho5 {0xFFAC28,0xC2000}, //svcchaos {0xFF14EA,0xA7001}, //kof2003 {0xFFB440,0x02000}, //samsh5sp }; unsigned int xordata[7][8]={ {0xF9,0xE0,0x5D,0xF3,0xEA,0x92,0xBE,0xEF}, //kof2002 {0xC4,0x83,0xA8,0x5F,0x21,0x27,0x64,0xAF}, //matrimelee {0xC3,0xFD,0x81,0xAC,0x6D,0xE7,0xBF,0x9E}, //mslug5 {0xCB,0x29,0x7D,0x43,0xD2,0x3A,0xC2,0xB4}, //samsho5 {0xC3,0xFD,0x81,0xAC,0x6D,0xE7,0xBF,0x9E}, //svcchaos {0x4B,0xA4,0x63,0x46,0xF0,0x91,0xEA,0x62}, //kof2003 {0x4B,0xA4,0x63,0x46,0xF0,0x91,0xEA,0x62}, //samsh5sp }; 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); }
  17. Source Perhaps you'd better move to Australia.
  18. What is the CRC of the V rom that you are using?
  19. Yes it is possible, although because it was a work-related thing, we set up a Sandisk Mini-Cruzer usb stick to boot to Windows 98 command-line. You didn't say what OS you wanted to boot into, or for what purpose.
  20. In what way is it bad? Does it keep repeating like an echo box, or is it all fuzzy?
  21. Yape emulates the Commodore Plus/4 and C16 consoles. >> Get it HERE
  22. It is? LOL Congratulations, have a good day. Present for you: robbbert attacked Disoblige with a Atomic Bomb (672 str) and took off 1244! Disoblige has 0 HP left!
  23. It's the driver I happened to find. I just had a look and I don't possess the encrypted rom anyway. So there's not much choice.
  24. Look for this one: static void neogeo_custom_memory(void)
×
×
  • Create New...