Skip to content

amigaXfer_1.0.1

Compare
Choose a tag to compare
@rvalles rvalles released this 02 Apr 08:01
· 68 commits to master since this release

amigaXfer, an easy-to-use GUI tool for lightning fast disk/file transfers on the serial port with the Amiga.

Binaries should work on Windows 7 32bit or higher. Any Amiga that has a Serial Port is supported; Kickstart 34/37/39/40/45 tested.

Read the README.txt in the archive for multiple methods of entry to the Amiga ROM debugger.

Changes

  • RomTool
    • Initialization GUI work outside GUI thread issue fixed.
    • Kickstart detection logic is now slightly more clever.
    • Can now be interrupted mid-dumping.
    • Larger transfer blocks, faster dumping.
    • Timer added.
    • Debug text output added.
  • DosTool
    • Target directory can safely contain a trailing slash.
    • Buffer size scales with free RAM, up to 256KB. Faster.
    • Timer added.
  • FloppyTool
    • Progressbar added.
  • UI improvements.
  • Documentation improvements.

For other systems, use source code. The dependencies are python 3.8+, pyserial and wxpython. For the 68000 code, it is possible to just copy the built objects from the Windows archive. Else, vasm or phxass will build them.

Note: Reissued win32 zip, due to an issue unpacking it with win7. It does not appear to like advcomp'd zips.

CAREFUL THAT NEWER VERSIONS ARE AVAILABLE. Anyone linking here: Please link the releases page instead of a specific release.