Search results

  1. T

    Release [Repo] UAE4ARM

    These glitches are also visible on Pandora. I think, border blank is not handled correctly in UAE4ARM.
  2. T

    Release [Repo] UAE4ARM

    I can't see these glitches on Pandora. There is no option for this at the moment. Loading a savestate at startup may be possible, save at exit is not so easy.
  3. T

    Release [Repo] UAE4ARM

    The handling of vsync has changed in latest version and the Android port needs some changes to get correct results. The Pandora version handles CPU fastest as before. This has nothing to do with the speed of the host. My Pandora runs at 1GHz, so most Android devices are faster.
  4. T

    Release [Repo] UAE4ARM

    There is a new version in Repo. Most used source files are now very close to WinUAE version 2.5.1. Changeslog 2016-08-22 (TomB): - Performance improvement in JIT - Faster HAM decoding - Faster sprite drawing in AGA - Left + right shoulder + r: switch lores/hires - CD32 support - Added CD32...
  5. T

    Beta UAE4ARM with bsdsocket

    You have to understand how "Fastest" is working. We use as much time as possible to emulate more CPU cycles estimated by the elapsed time since last vsync. Between CPU emulation and next vsync, we have to do the real drawing of the frame and this takes sometimes more time than expected (for...
  6. T

    Beta UAE4ARM with bsdsocket

    I have to check if CD without CD32 requires emulation of an IDE or SCSI controller. On my Pandora, I have no problems with any cd I tested.
  7. T

    Beta UAE4ARM with bsdsocket

    No, dPad acts then as mouse and joystick.
  8. T

    Beta UAE4ARM with bsdsocket

    The left nub is for mouse moving, the right nub is for mouse button press. dPad is for joystick move, ABXY buttons are for joystick button press. This is the current state on Pandora and the behaviour hasn't changed.
  9. T

    Beta UAE4ARM with bsdsocket

    The right nub: move left for left mouse button and move right for right mousebutton. This key doesn't exists on Pandora, so this key isn't handled in the device specific part of inputdevice. The Android or Raspi port has to take care of this.
  10. T

    Beta UAE4ARM with bsdsocket

    After reading some posts (on other sites) about problems with the changed inputdevice on Android or Raspi, a short note to porters. The new inputdevice is now very close to the version of WinUAE and allows a lot of device specific configurations. So please take some time and try to understand...
  11. T

    Beta UAE4ARM with bsdsocket

    Maybe lib mpg123 is missing on your device.
  12. T

    Beta UAE4ARM with bsdsocket

    Another small update: - JIT: fixed code for non ARMv6T2 CPUs (not relevant for Pandora) - Added CD32 buttons to custom control mapping - CD32: support for FLAC and MP3 (Audio stutters at start of each audio track because of high cpu usage for decoding. Use frameskip or overclocking to avoid...
  13. T

    Beta UAE4ARM with bsdsocket

    Here's a new beta version of UAE4ARM. Changes: - Performance improvement in JIT - Faster HAM decoding - Faster sprite drawing in AGA - Left + right shoulder + r: switch lores/hires - CD32 support - New inputdevice handling - Built-in configurations for Amiga 500, Amiga 1200 and CD32...
  14. T

    Latest Emulators

    Yes.
  15. T

    Latest Emulators

    CD32 support will come in next version of UAE4ARM.
  16. T

    Release [Repo] UAE4ARM

    I have no idea how to get rid of the limited mouse. The nubs didn't send new events when they think they reached the right or bottom border. This is handled inside SDL.When using the workbench, enable mousehack and use the stylus. This works also for games like Defender of the crown. To switch...
  17. T

    Release [Repo] UAE4ARM

    You will notice a slow down of the emulation. I still want a version of UAE4ARM which is useful for 600 MHz Pandoras, so I have to keep an eye on performance and I will not add all features of WinUAE.
  18. T

    Release [Repo] UAE4ARM

    Can you give me an example where this problem occurs?
  19. T

    Release [Repo] UAE4ARM

    In Input settings, do you have choosen Mouse for option DPAD? Then, mouse is controlled via DPAD and nothing else.
  20. T

    Release [Repo] UAE4ARM

    There is a new version in Repo. Changes since last release (2016-04-24): - Small fix in built-in-prefs for rp9 files (A4000 mode) - New and faster JIT (based on experimental JITv2 of aranym with lot of fixes and improvements) - Minor changes for "on screen leds" - Reduced stutter if cpu is...
Back
Top