Jump to content

Robert

User Admin
  • Posts

    12,916
  • Joined

  • Last visited

  • Days Won

    347

Everything posted by Robert

  1. 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.
  2. MAME plus! released ^^
  3. >> Get it HERE
  4. 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.
  5. Bliss is an Intellivision emulator. >> Get it HERE
  6. why does the first part say WRITE16_handler and the 2nd part say READ16_handler ??
  7. >> 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
  8. I am completely mystified as to what this is all about. I only added one line into neocrypt.c
  9. 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.
  10. >> Get it HERE
  11. Go to the ant3d site listed above, and download their dll, and you should be ok.
  12. 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); }
  13. I didn't realise Advance Projects was the same thing.
  14. >> Information courtesy of Aaron Giles
  15. 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.
  16. The latest DS emulator, YopYop has been renamed to DeSmuME. The website has had a few minor changes, and proper download links have been added. >> Visit the site for more information HERE
  17. Yes some code is needed. I've posted it, together with kf2k5uni and the working kog over in IQ's area. I don't actually have a decrypted kog but it's easy enough to make. Might see if I can get it working with NRX.
  18. Got the roms for Magic Plus II, and got it working in MAME. It looks very nice.
  19. 8ft 11, are you sure??
  20. This emulator only runs NDS files. The website states that GBA files will work, but none worked for me. The keys are as follows: Cursor keys = arrow keys Start = Enter key A = Q key B = W key the rest = not emulated There are no help files or any kind of documentation at all. It allows you to open a 2nd demo while the first is running, however the results can be unpredictable (screen not cleared and likely hang). It's best to close the emu and open it again for the next demo. There is no sound. The touchscreen position seems to be out of position a little. Testing of NDS files. ============== birds: runs, birds are corrupted, the man is missing, as are the bird droppings breakout: works carre: crashes emu color: works drugwars: works but top screen is blank earth4b, earth7 : works earth10: works although player is invulnerable electroplankton: black screen ext_palette1: runs, most effects not working or unavailable ext_palette2, famicon_wars: black fearog3d: crashes emu folarium: works framebuffer_demo: works frisbee, ganbare: black gorilla: runs, the banana projectile cannot be seen grid_challenge: works gridlockDS: works guru_guru: black helloworld: works hello_world: crashes emu homebrew2: works iro: works jwpoolDS: top screen is full of scrambled blocks and nothing else happens keys_demo1: works large_maps: runs, top screen is blank (this may be right, never seen this running before) magic_lines: a few tiles appear then no response meteos: runs, appears ok although i couldn't work out how to play it! metroid, mixed_cubes: black nds_wins: runs, pseudo keyboard doesn't work, top screen is blank nds_wins1: wrong screen resolution and top screen is blank ndsmemo: produces a blurred debug message and nothing else neoflash, nibbles11: black nibbles: runs, the cherry is missing oilpanic: starts, then a screen corruption occurs and it freezes omalone: seems to work, although i couldn't get any pieces to move picross: starts running then when it says Puzzle 1 it freezes pingpong: black polarium: crashes emu rPaint, sGolfDS: wrong screen resolution, top screen blank shootDS: target is corrupt, and cannot hit target smb: freezes at intro screen sound_demo1: runs, no sound (of course) space_invaders: works, can't start a game due to unemulated keys sphere: black sponge: works, some background tearing when moving sideways sprite: some display elements are missing sprite1: black sram_demo1: part of the text is corrupted, but it passed the SRAM test submarine: black supermario64: crashes emu table_hockey: corrupted graphics followed by freeze tetris10, tetris12: works tetris11: black text: works texture: black tqueen, tqueen1: runs, top screen is blank, some odd problems with tqueen1 transformer: closes emu trauma_centre: black userinfo: works viewer: crashes emu work_brain: black screen xrickDS: runs, screen flickering, wrong colours yasfcave: works yatzydos: works This emu shows promise. It does reasonably well with the homebrew demos, but, like the other emulators, it doesn't run commercial games. It runs one of the E3 demos.
  21. A new DS emulator has been released! It is quite preliminary, but it can run quite a few demos. The menus and site are in French, here is a translation Here is a picture of it running Gridlock DS >> Get it HERE (click on the first image) Results of testing -> HERE
  22. Well... King of Gladiator has the proper Title and Player Select screens, although the high score screen is still missing stuff Kof10th Unique has a whole different rom set and a few roms that aren't in mame.
×
×
  • Create New...