atrcopy icon indicating copy to clipboard operation
atrcopy copied to clipboard

Command line utility to manage file systems on Atari 8-bit and Apple ][ disk images.

Results 7 atrcopy issues
Sort by recently updated
recently updated
newest added

BAS format (among other formats) is described here: http://www.atarimax.com/jindroush.atari.org/afmt.html

help wanted

Currently, atrcopy only identifies DCM images but does not support actually unpacking them. This would be a good first issue for someone to tackle: it's all stubbed out in [dcm.py](https://github.com/robmcmullen/atrcopy/blob/master/atrcopy/dcm.py),...

help wanted
good first issue

Hi, There's no way to convert from ATASCII to ASCII, and no related programs linked to, to handle this task.

help wanted

Creating a boot image and then examining it produces: ``` $ p run.py cent.atr boot -b centipede.xex XFD Disk Image (size=5585 (43x128B) adding $6000-$7581 ($1581 @ $0006) from centipede.xex adding...

Major effort: support disk image modification at the file level. - https://github.com/jhallen/atari-tools

- SpartaDOS User Manual [in PDF](http://sdx.atari8.info/sdx_files/4.47/sdx_4-47_user_guide.pdf), chapter 7 has descriptions of the bit-level structure - quick summary of [SpartaDOS format](http://atari.kensclassics.org/dos.htm#sparta) - many disk images in the [Holmes archive](http://ftp.pigwa.net/stuff/collections/holmes%20cd/) Bitmap sectors...

There code uses numpy.alen, which numpy removed after 1.18.0. Most of the rest of the world has moved on to numpy 1.23 and above. ``` gmgauthier@plato $ atrcopy FDISK/DOS/ATARI_DOS_2.5.atr (7d0h59m)|*[master]...