Search results

  1. F

    Any Snes Fans In The House?

    Here's a quick look at Squidge's PandaSNES (working title). I've been working on the display code for a couple of days (Squidge's dev board has the wrong type of screen on it) and last night I finally got it running properly. http://www.youtube.com/watch?v=FFuAZch2aqA Please excuse my old...
  2. F

    Any Jaguar Fans In The House?

    This afternoon I did a very quick port of the GP2X version of the T2K Jaguar emulator to the Pandora. http://www.youtube.com/watch?v=pe_R787gREc Things to bear in mind: * It's not optimised for the Pandora at all. * There's no sound (yet). * There's no frame rate lock (hence the occasional...
  3. F

    T2k Atari Jaguar Emulator

    Download the latest version here. As a few of you may know, I started work on a GP2X port of the T2K Jaguar emulator quite some time ago. In the last week or so I've managed to scrape some time together to do some more to it, and now it runs well enough that I feel the time's right to release...
  4. F

    GP2X Cyclone Question

    Can anybody confirm that Cyclone only uses the read8/read16/read32 and write8/write16/write32 functions to read and write emulated memory? (Apart from reading 68000 opcodes, obviously.) I think it does, but there's ~63,000 lines of ARM assembler in Cyclone so I may well have missed something... :D
  5. F

    GP2X Flushing The 920t's Data Cache

    Hi everyone! I'm in need of a bit of caching-related assistance! I've got a small assembly language loop running on the 940T, and it's incrementing a counter in a register and writing the value to a location in shared memory. On the 920T I'm running a C program and I've got the shared memory...
Back
Top