From 9a638fa9518e1f0309d267fd6857c3eddcb40d97 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Tue, 30 Oct 2018 13:17:03 -0700 Subject: [PATCH] Added file type to .inf files --- atrcopy/templates/dos2dd.atr.inf | 2 +- atrcopy/templates/dos2ed+2.5.atr.inf | 2 +- atrcopy/templates/dos2ed.atr.inf | 2 +- atrcopy/templates/dos2sd+2.0s.atr.inf | 2 +- atrcopy/templates/dos2sd.atr.inf | 2 +- atrcopy/templates/dos33.dsk.inf | 2 +- atrcopy/templates/dos33autobrun.dsk.inf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/atrcopy/templates/dos2dd.atr.inf b/atrcopy/templates/dos2dd.atr.inf index 284a1f3..31d5dd7 100644 --- a/atrcopy/templates/dos2dd.atr.inf +++ b/atrcopy/templates/dos2dd.atr.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Atari 8-bit DOS 2 double density (180K), empty VTOC", "label": "Atari DOS 2 DD (180K) blank image", "ext": "atr"} +{"type": "new file", "task": "hex_edit", "description": "Atari 8-bit DOS 2 double density (180K), empty VTOC", "label": "Atari DOS 2 DD (180K) blank image", "ext": "atr"} diff --git a/atrcopy/templates/dos2ed+2.5.atr.inf b/atrcopy/templates/dos2ed+2.5.atr.inf index 5eb32fb..6d074f5 100644 --- a/atrcopy/templates/dos2ed+2.5.atr.inf +++ b/atrcopy/templates/dos2ed+2.5.atr.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Atari 8-bit DOS 2 enhanced density (130K) DOS 2.5 system disk", "label": "Atari DOS 2.5 ED (130K) system disk", "ext": "atr"} +{"type": "new file", "task": "hex_edit", "description": "Atari 8-bit DOS 2 enhanced density (130K) DOS 2.5 system disk", "label": "Atari DOS 2.5 ED (130K) system disk", "ext": "atr"} diff --git a/atrcopy/templates/dos2ed.atr.inf b/atrcopy/templates/dos2ed.atr.inf index cc3b315..f8e8c3e 100644 --- a/atrcopy/templates/dos2ed.atr.inf +++ b/atrcopy/templates/dos2ed.atr.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Atari 8-bit DOS 2 enhanced density (130K), empty VTOC", "label": "Atari DOS 2 ED (130K) blank image", "ext": "atr"} +{"type": "new file", "task": "hex_edit", "description": "Atari 8-bit DOS 2 enhanced density (130K), empty VTOC", "label": "Atari DOS 2 ED (130K) blank image", "ext": "atr"} diff --git a/atrcopy/templates/dos2sd+2.0s.atr.inf b/atrcopy/templates/dos2sd+2.0s.atr.inf index 78e2c8e..385e818 100644 --- a/atrcopy/templates/dos2sd+2.0s.atr.inf +++ b/atrcopy/templates/dos2sd+2.0s.atr.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Atari 8-bit DOS 2 single density (90K) DOS 2.0S system disk", "label": "Atari DOS 2.0S SD (90K) system disk", "ext": "atr"} +{"type": "new file", "task": "hex_edit", "description": "Atari 8-bit DOS 2 single density (90K) DOS 2.0S system disk", "label": "Atari DOS 2.0S SD (90K) system disk", "ext": "atr"} diff --git a/atrcopy/templates/dos2sd.atr.inf b/atrcopy/templates/dos2sd.atr.inf index 6302107..fe6d922 100644 --- a/atrcopy/templates/dos2sd.atr.inf +++ b/atrcopy/templates/dos2sd.atr.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Atari 8-bit DOS 2 single density (90K), empty VTOC", "label": "Atari DOS 2 SD (90K) blank image", "ext": "atr"} +{"type": "new file", "task": "hex_edit", "description": "Atari 8-bit DOS 2 single density (90K), empty VTOC", "label": "Atari DOS 2 SD (90K) blank image", "ext": "atr"} diff --git a/atrcopy/templates/dos33.dsk.inf b/atrcopy/templates/dos33.dsk.inf index 5305c24..143a105 100644 --- a/atrcopy/templates/dos33.dsk.inf +++ b/atrcopy/templates/dos33.dsk.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Apple ][ DOS 3.3 (140K) standard RWTS, empty VTOC", "label": "Apple DOS 3.3 (140K) blank image", "ext": "dsk"} +{"type": "new file", "task": "hex_edit", "description": "Apple ][ DOS 3.3 (140K) standard RWTS, empty VTOC", "label": "Apple DOS 3.3 (140K) blank image", "ext": "dsk"} diff --git a/atrcopy/templates/dos33autobrun.dsk.inf b/atrcopy/templates/dos33autobrun.dsk.inf index aeac1b9..a9c75a9 100644 --- a/atrcopy/templates/dos33autobrun.dsk.inf +++ b/atrcopy/templates/dos33autobrun.dsk.inf @@ -1 +1 @@ -{"task": "hex_edit", "description": "Apple ][ DOS 3.3 (140K) disk image for binary program development: HELLO sets fullscreen HGR and calls BRUN on user-supplied AUTOBRUN binary file", "label": "Apple DOS 3.3 (140K) AUTOBRUN image", "ext": "dsk"} +{"type": "new file", "task": "hex_edit", "description": "Apple ][ DOS 3.3 (140K) disk image for binary program development: HELLO sets fullscreen HGR and calls BRUN on user-supplied AUTOBRUN binary file", "label": "Apple DOS 3.3 (140K) AUTOBRUN image", "ext": "dsk"}