diff options
author | 2013-08-30 08:30:13 +0000 | |
---|---|---|
committer | 2013-08-30 08:30:13 +0000 | |
commit | ed33e5adf97b2fcb5cd1e5fd3b252b9941209670 (patch) | |
tree | 7e798d60ac70aa30be05b47139b1b60f1b9c3b79 /hash/a800_flop.xml | |
parent | 9c8f5a587263800e7a16b0a4b07a9aee0b42f1c4 (diff) |
skeleton atari 400/800 floppy list. (1 entry)
note, currently only supports .atr format due to image.filetype() not returning anything useful when softlist is used (thanks to micko for advice on various things)
(no credit wanted, this is just to address the 'where is jumpman' thing that was posted on MW and give a softlist entry for regtests on this code)
Diffstat (limited to 'hash/a800_flop.xml')
-rw-r--r-- | hash/a800_flop.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/hash/a800_flop.xml b/hash/a800_flop.xml new file mode 100644 index 00000000000..3c5cb6df128 --- /dev/null +++ b/hash/a800_flop.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<!-- + + Atari 400 / 800 floppies + (skeleton list) + + note: many 'original' floppy images are in .atx format, whereas cracked / unprotected ones are .atr format + .atx is unsupported, although apparently has been reverse engineered (insert info link here) + There are also images in .xex format? + +--> + +<softwarelist name="a800_flop" description="Atari 400 / 800 floppy disks"> + + <software name="jumpman"> + <description>Jumpman</description> + <year>1983</year> + <publisher>Epyx</publisher> + <part name="flop1" interface="floppy_5_25"> + <dataarea name="flop" size="92176"> + <rom name="jumpman.atr" size="92176" crc="290a9e56" sha1="96c411a65cfd0b45ac68603021793701d27244b9" offset="0" /> + </dataarea> + </part> + </software> + + +</softwarelist> |