Jump to content

iq_132

1Emu Veteran
  • Posts

    2,311
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by iq_132

  1. Most newer neogeo games didn't come out on neogeo cd. Nope. If you post what crcs and sizes you have for your roms, we can help produce working.dats for you http://www.logiqx.com/HowTo/WinMAME.php
  2. Well, Magic Plus II is real, as for the other one... your guess is as good as mine.
  3. lol, I agree completely. However, you left Squidbillies out of your list of complete crap shows.
  4. You can't. Chankast doesn't have Kaillera built into it.
  5. Yeah... If you're going to go off of any reference, you should definitely go off of Johnboy's dats.
  6. TNA... I thought you mean T 'n A.. very misleading
  7. Read More at Luca's
  8. Yeah, it's dead. The devs released the last version in June of 1999...
  9. static WRITE16_HANDLER ( mslug5p_bankswitch_w ) /* Bootleg, Plus */ { if(offset == 2) { neogeo_set_cpu1_second_bank(data<<16); } } This is a bit shorter...
  10. From what I've heard, Raz posted it and shortly after there were some nasty bugs discovered. He took it down asap. I guess a few people do have it (maybe).
  11. Nice Looking forward to seeing this release.
  12. The long ass pole always gets me. Fun game though.
  13. I'm working on that a little, maybe I'll get it ^^ The text (s) rom is encrypted, I'll look for that code later. Are you using these roms? "265-p1sr.bin", 0x100000, CRC(ebedae17)? "265-s1sr.bin", 0x020000, CRC(fecbb589)? If so, this code should work for you: DRIVER_INIT( kof2k2sr ) { int i; UINT8 *rom = memory_region( REGION_GFX1 ); int rom_size = memory_region_length( REGION_GFX1 ); for( i = 0; i < rom_size; i++ ) { rom[ i ] = BITSWAP8( rom[ i ], 7, 6, 0, 4, 3, 2, 1, 5 ); } init_neogeo(); } That game requires some patches if I remember correctly, try using the ones from regular cthd2003
  14. What's the problem (be specific)?
  15. SNES9X v1.43 - GX Edition 0.0.1 was released by Softdev a few days back. Read more at Teh Skeen -- Thanks to Brakken for the news
  16. Woot!
  17. That's actually a problem with the S data for those games. The S data that is called during the bios loading is used for the power bars (I think ^^).
  18. Thanks And me too
  19. Yeah, I plan on that now.
  20. Just ordered the official xecutor programmer -- x-programmer. $19.99, not bad. I guess it'll be here in ~a week
  21. Xecutor 4..77 or something like that, and I used the xecutor flash tool to make the bios.bin, It was 1mb
  22. Yeah, I tried bank 1 and 2
  23. Get Gamecop a hooker...
  24. Grrrr.... I got the chip today and installed it. I had it set up perfectly (seemingly), it started up right to the cromwell bios and asked me to flash a bios. I burned a CD-RW with the bios on it (following a tut on xbox-scene). Loaded the CD-RW into the drive, the bios flashed fine, then the xbox shut off. I turned it back on, it reset twice and then the CD status light flashed red and green... Guess the bios flashed incorrectly Now I have to buy the programmer.
  25. Nope, Nrx doesn't have netplay. You want to check out FBA or Kawaks. (I prefer FBA )
×
×
  • Create New...