From 19c530e6f66414479e273740c5621d321168d2ca Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 16 Oct 2017 22:07:56 -0700 Subject: [PATCH] Fixed templates to use Omnivore 1.0 byte_edit task --- 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..7ee2150 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"} +{"task": "byte_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..0b504ac 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"} +{"task": "byte_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..b271eae 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"} +{"task": "byte_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..02ded5c 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"} +{"task": "byte_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..885bd40 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"} +{"task": "byte_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..fc834cc 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"} +{"task": "byte_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..16f0bf5 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"} +{"task": "byte_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"}