Jump to content

Robert

User Admin
  • Posts

    12,943
  • Joined

  • Last visited

  • Days Won

    354

Everything posted by Robert

  1. That is correct. Alll downloads are offline until further notice.
  2. Yes you read it right! You can run your favourite DOS games on your dreamcast! >> Get DOSBOXDC 0.60 (and source) HERE
  3. >> More HERE
  4. A mac emulator that runs on your PC. More details and the download are available HERE
  5. Read more HERE Credit: Emulation9 for the heads-up.
  6. >> Get it HERE
  7. AgeMAME added to first post.
  8. changelog added
  9. I wrote the driver for what they call kof96ep, and posted it on Romshare. Now it appears, letter-perfect, in mameplus emu. They did not ask permission to use it in a public emulator, nor did they give any credit. If they had asked, I would have allowed it - but I always require credits be given.
  10. So they've moved. They are code stealers. They used my source code and didn't give credit.
  11. Forget what I said about samsho5, I wasn't even using that code. Now removed. I used a similar idea to you, but it's not game-dependent. /* the S data comes from the end fo the C data */ { int i; int tx_size = memory_region_length(REGION_GFX1); UINT8 *src = memory_region(REGION_GFX3)+rom_size-tx_size; UINT8 *dst = memory_region(REGION_GFX1); //-----------------modified by robbbert --------------------- only do this if there is no s1 rom present---------- if (dst[0] == 0) { for (i = 0;i < tx_size;i++) dst[i] = src[(i & ~0x1f) + ((i & 7) << 2) + ((~i & 8) >> 2) + ((i & 0x10) >> 4)]; } } I only added the line beginning with "if" - which means it will work for any game in this circumstance.
  12. Never say die! ms5plus: Found a very embarrasing mistake, once this was fixed the game started, with corrupt graphics. Since the graphics roms were the same as mslug5, I added the kof2000_neogeo line. Now the graphics were fixed, but the flashing PLUS was gone. Hmmm. Decided to investigate neocrypt.c and made a modification which fixed the problem. This mod allows a s1 rom to overrule the inbuilt text on any game of this type in the future. The final code for ms5plus: ROM_START( ms5plus ) ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "268-p1p.bin", 0x000000, 0x100000, CRC(106b276f) ) ROM_LOAD16_WORD_SWAP( "268-p2p.bin", 0x100000, 0x200000, CRC(d6a458e8) ) ROM_LOAD16_WORD_SWAP( "268-p3p.bin", 0x300000, 0x200000, CRC(439ec031) ) NEO_SFIX_128K( "268-s1p.bin", CRC(21e04432) ) NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) SHA1(3638b072e44277a6bffea5a78a915a14c6afcba0) ) ROM_REGION( 0x1000000, REGION_SOUND1, 0 ) ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) ) ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) ) ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "268-c1.bin", 0x0000000, 0x800000, CRC(27d59de8) SHA1(0447a675d885721cedc079788cf41ae3f797834b) ) ROM_LOAD16_BYTE( "268-c2.bin", 0x0000001, 0x800000, CRC(e600dee1) SHA1(e55e5a25616c4daf09692d1b53a92d6f31e842ac) ) ROM_LOAD16_BYTE( "268-c3.bin", 0x1000000, 0x800000, CRC(b650f098) SHA1(4cd729153bd5b2054fbe10c96d2bb370084d1d24) ) ROM_LOAD16_BYTE( "268-c4.bin", 0x1000001, 0x800000, CRC(10499589) SHA1(24542a3b70080e5a61fdab04ab314450a1d821ef) ) ROM_LOAD16_BYTE( "268-c5.bin", 0x2000000, 0x800000, CRC(19352405) SHA1(5ee255403739c11a65608dcff0984480f067d824) ) ROM_LOAD16_BYTE( "268-c6.bin", 0x2000001, 0x800000, CRC(b1531523) SHA1(786f342dbb7fea50139d6421e5b82e551772bf0a) ) ROM_LOAD16_BYTE( "268-c7.bin", 0x3000000, 0x800000, CRC(fe2c1338) SHA1(de9d257574881dd1684956f60011a20c1dd5a0d9) ) ROM_LOAD16_BYTE( "268-c8.bin", 0x3000001, 0x800000, CRC(ecce3141) SHA1(103247b57f8ea5746dd1cf92dda95a6dc9268c78) ) ROM_END //-------------------------------------------------------ms5plus DRIVER_INIT ( ms5plus ) { kof2000_neogeo_gfx_decrypt(0x19); sx_decrypt(1); neogeo_fix_bank_type = 1; init_neogeo(); }
  13. Are you saying they had a drug policy before? Could've fooled me!
  14. >> Get it HERE Mameinfo.dat v0.102u1 -> HERE Mame32Hp4 0.102u1 -> HERE MAME32PlusSpecial v0.102u1 (no link) MAME32Plus! orz 0.102u1 (no link) History.dat 1.05c -> HERE MAME32qa -> HERE AgeMAME 29u1 -> HERE MAME Plus! is now synchronized with MAME 0.102u1 as reported on AEP Emulation Page, below are the features that are unique to MAME Plus! which have also been added in this update. Visit the hompage by clicking here. Thanks to olaf for the Mame Plus! information.
  15. >> Get it HERE
  16. >> Get it HERE
  17. Upgraded to 0.102, and found that mamedev had changed a few things. All fixed and working. ms5plus: ok, the rom problem is settled, and I've progressed to getting the red screen, but that's it. I give up on this one.
  18. >> Get it HERE
  19. The keyboard on that game would have to be unique!
  20. I can only make use of what i've got. There's no point making a driver if it can't be tested.
  21. kf2k2pls: I found I had the decrypted roms, and it ran straight away. problem solved. ms5plus: That's a really old driver, and I don't have the v roms. I've tried mixing/matching, but no luck yet. What I've got is the set for kawaks 1.48/dev, so I'd like to get it working with that one if possible.
  22. MEKA is a multi-machine emulator for MS-DOS, MS-Windows and maybe GNU/Linux. The following machines are supported by MEKA: Sega Game 1000 (SG-1000) Sega Computer 3000 (SC-3000) Sega Super Control Station (SF-7000) Sega Mark III (+ FM Unit) Sega Master System (SMS) Sega Game Gear (GG) ColecoVision (COLECO) Othello Multivision (OMV) >> Get it HERE
  23. >> Get it HERE
  24. >> Get it HERE
  25. They call it an unlocker now. Go to Google, and search for unlocker+nebula+2.25
×
×
  • Create New...