Search results

  1. J

    Payback V1.1

    Apex Designs have released Payback v1.1. From their update page: New Features: + Mid-level save support + Added an option for the player to respawn if they get stuck + Added a message warning the player that they are about to overwrite an existing replay if they choose the same filename +...
  2. J

    Payback Released

    From the Apex Designs home page: "After a year in development, the much enhanced GP2X version of Payback has been released - you can now buy it direct from the publisher or from your local GP2X retailer. If you haven't already, don't forget to try out the playable demo. Read the progress report...
  3. J

    Payback Progress Report

    Apex Designs have posted a report on the development of the GP2X version of Payback here. It includes lots of info on the technical aspects of the game, focussing on what's been added in the GP2X version. There are also some new screenshots from the latest build of the game: Enjoy...
  4. J

    Changing Clock Sometimes Breaks Sound

    Hi everyone, I'm changing FCLK with the following code: #define SYSTEM_CLOCK 2457600 tmp = (new_clock*1000000) / SYSTEM_CLOCK; tmp = (tmp-8)<<8; gp2x_memregs[0x910>>1] = tmp | 4; while(gp2x_memregs[0x902>>1] & 1); This works, except that sometimes it causes the sound thread to lock on the...
Back
Top