mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-01-23 01:30:11 +00:00
Docs update
This commit is contained in:
parent
43c330c925
commit
569aa5280f
22
README.rst
22
README.rst
@ -40,7 +40,7 @@ Supported Disk Image Types
|
|||||||
* ``DSK``: Apple ][ DOS 3.3 disk image; raw sector dump
|
* ``DSK``: Apple ][ DOS 3.3 disk image; raw sector dump
|
||||||
|
|
||||||
Supported File System Formats
|
Supported File System Formats
|
||||||
----------------------------
|
-----------------------------
|
||||||
|
|
||||||
+----------------+-------------+---------+-------+-------------------+
|
+----------------+-------------+---------+-------+-------------------+
|
||||||
| File System | Platform | Read | Write | Status |
|
| File System | Platform | Read | Write | Status |
|
||||||
@ -66,10 +66,22 @@ Supported File System Formats
|
|||||||
Other Supported Formats
|
Other Supported Formats
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
* XEX format: Atari executable files
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
* KBoot format: a single executable file packaged up into a bootable disk image
|
| Format | Platform/description | Read | Write | Status |
|
||||||
* Atari ROM cartridges (both plain binary and Atari800 .CAR format)
|
+==========+==================================+=========+=======+=================+
|
||||||
* MAME ROM zipfiles
|
| ``.xex`` | Atari 8-bit executable files | Yes | Yes | Fully supported |
|
||||||
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
|
| KBoot | Atari 8-bit ``xex`` in boot disk | Yes | Yes | Fully supported |
|
||||||
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
|
| ``.car`` | Atari 8-bit cartridge images | Yes | No | Read only |
|
||||||
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
|
| BSAVE | Apple ][ ``BSAVE`` data | Yes | Yes | Fully supported |
|
||||||
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
|
| ``.zip`` | MAME ROM zipfiles | Partial | No | Experimental |
|
||||||
|
+----------+----------------------------------+---------+-------+-----------------+
|
||||||
|
|
||||||
|
**Note:** Atari ROM cartridges are supported in both both plain binary and
|
||||||
|
atari800 ``.car`` format
|
||||||
|
|
||||||
|
|
||||||
Example Usage
|
Example Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user