Jump to content

Robert

User Admin
  • Posts

    12,916
  • Joined

  • Last visited

  • Days Won

    347

Everything posted by Robert

  1. http://www.mamedev.com/ MAME command-line version -> HERE MAMEplus -> HERE MAME32FX -> HERE MAME32qa -> HERE MAME32Hp4 -> HERE MAMEinfo.dat -> HERE WolfMAMEplus -> HERE NPlayers -> HERE Also, NEmo32Plus!, Neo-Arc MAME32 Plus!, MAMEPlus (ash build) have also been upgraded to 0.102 MESS -> HERE
  2. That's a different thing. This one actually uses the CD player/burner to alter a track on the CD, to record the console's ID onto it.
  3. Only a rumour so far, but knowing what assholes Sony are, I expect it will happen. A patent has been filed, which will restrict a game CD to work only on the unit it was first played on. Patent application It is rumoured this technology may be installed in the PS3. It would stop you taking a disk to a friend's place; stop renting of used games; stop sale of games on ebay. If your PS3 broke or was stolen, your games would not work on the replacement unit. What Joystiq said. What The Inquirer said. If Sony aren't sued first, I'm sure some smart person will produce a hardware mod to overcome this misuse of technology.
  4. Today, I found the missing 269-m1d rom and confirmed that svcchaos and svchaosa are working. Then, sorted out the mess with kof2k4se various versions, and kept 2 of them. Then, fixed a mistake with kof2k4ex and it now works. Currently battling with some obscure supposedly decrypted kof2003 variant.
  5. There are no emulators capable of running Nintendogs or any commercial game at this time. Maybe in a year or two. No one would be willing to work on such a new game lest they draw the wrath of Nintendo. You'd be better off buying a real DS as you can be assured there won't be any glitches or bugs.
  6. BSNES is a Super Nintendo Entertainment System emulator >> Get it HERE
  7. >> Get it HERE
  8. Did a big clean/tidyup of neogeo.c, removed various un-needed codes, commented out code for games i'm not implementing... and finally found a fix for svcplus/svcplusa. I'd left out the px_hack routine. Now, every driver for which I have the roms is working! Decided to add kof10thu and kf10thep, only to discover I don't possess the encrypted kof10thu roms. Therefore I made a kf10thud and substituted the p1 and s1 roms from the nrx set. Two more working games! While watching kof10th attract mode, I discovered that the neogeo/snk screen is corrupted. Since my new kf10thud uses exactly the same c roms without problems, the fault must lie either in the p1-program, or in the driver. This needs to be investigated. This exercise has been a great learning experience, I have thoroughly enjoyed it. Thanks to James for his assistance!
  9. Happy 17th birthday AxL !!!
  10. Hoxs64 is a Commodore 64 emulator >> Get it HERE
  11. Nhes is a Gameboy emulator currently under development. >> Visit the Homepage / Download here! Credit: Thanks to Emulation9 for the heads-up.
  12. Why is it that the good die young?
  13. >> Visit the Homepage.
  14. >> Visit the Homepage. Credit: Thanks to Emulation9 for the heads-up.
  15. Xe is a multi-system emulator that runs on Windows and Linux. >> Visit the Homepage.
  16. Yep understood. Had another go at bankswitching code, kof2003 is working at last! Still no luck with svcplus and svcplusa.
  17. Thank you again sir. You've saved me about 2 weeks of work, I would have got there eventually, I swear. (j/k) It runs pretty well, there's just that bad graphics in the title screen that you mentioned. I've tidied up that code and removed the redundant and duplicated stuff. It works the same - I tested it. //----------------------------------------------------------------------kog experimental code DRIVER_INIT( kog ) { UINT8 *rom = memory_region( REGION_CPU1 ); UINT8 *buf = malloc( 0x100000 ); int i; unsigned int nBank[] = { 0x3, 0x8, 0x7, 0xC, 0x1, 0xA, 0x6, 0xD }; for (i = 0; i < 8; i++) { memcpy (buf + i * 0x20000, rom + nBank[i] * 0x20000, 0x20000); } memcpy( &rom[ 0x000000 ], &buf[ 0x000000 ], 0x100000); //move unscrambled p1 back memcpy( &rom[ 0x100000 ], &rom[ 0x200000 ], 0x400000); //move p2 rom to original location free(buf); samsh5bl_sx_decrypt(); //works samsh5bl_cx_decrypt(); //works init_neogeo(); }
  18. Got a little further with kog. When it should show neogeo snk screen, it shows a crosshatch pattern instead, and stops. What does this mean?
  19. Perhaps if someone can talk me through getting website watcher working again, then i'd be able to post some news. EDIT: nvm, I fixed it. Generally, I'm exhausted from work, and it's too damn hot and humid to do anything but sleep.
  20. Yeah, that. Why is the set called 2k3 Ultra Plus, when it says 2k4 and no ultra. The EX isn't even mentioned.
  21. I followed the instructions and it worked !! The title screen says King of Fighters 2004 EX @@ PLUS (the @ signs are really some asian characters)
  22. Thankyou sir, I can see I was loading the c roms in the wrong order. Now, I've worked out the so-called "encryption" of the C roms - I found a suitable subroutine, and the graphics are now perfect. The p1 rom is the major obstacle as part of it appears to be encrypted. Booting up produces a red screen at the moment.
  23. Today I've gotten svcboot to work, and I've added samsh5sp which is working as well. Spent the rest of the evening playing around with kog (King of Gladiator). Got the s rom worked out, but having trouble with the c roms - graphics are messed up.
  24. I looked at that thread but I've obviously missed something... I'll take another look tomorrow. I found a driver for cthd2003, fixed the usual syntax errors, missing subroutines etc and it works well.
  25. 22 hours later and no response, oh well. I've gotten pnyaa, svcsplus and matrimbl working. Can someone please supply the machine\neogeo.c code (bankswitching etc) for svcboot, svcplus, svcplusa, svcchaos, svchaosa? Still no success with kof2003, can someone help me? (see previous post). Can someone post the driver for cthd2003? Thanks.
×
×
  • Create New...