diff --git a/pkg/Templates/Apple IIgs/Merlin Classic Desk Accessory.xctemplate/linkscript.s b/pkg/Templates/Apple IIgs/Merlin Classic Desk Accessory.xctemplate/linkscript.s index 55ac440..2f4fbef 100644 --- a/pkg/Templates/Apple IIgs/Merlin Classic Desk Accessory.xctemplate/linkscript.s +++ b/pkg/Templates/Apple IIgs/Merlin Classic Desk Accessory.xctemplate/linkscript.s @@ -14,5 +14,5 @@ ds 0 knd #$1100 ali None - LNA ___PROJECTNAME___.S16 + LNA ___PROJECTNAME___.CDA sna main diff --git a/pkg/Templates/Apple IIgs/Merlin Control Panel.xctemplate/linkscript.s b/pkg/Templates/Apple IIgs/Merlin Control Panel.xctemplate/linkscript.s index 55ac440..5351192 100644 --- a/pkg/Templates/Apple IIgs/Merlin Control Panel.xctemplate/linkscript.s +++ b/pkg/Templates/Apple IIgs/Merlin Control Panel.xctemplate/linkscript.s @@ -7,12 +7,12 @@ * dsk ___PROJECTNAME___ - typ $B9 + typ $BC xpl asm main.s ds 0 knd #$1100 ali None - LNA ___PROJECTNAME___.S16 + LNA ___PROJECTNAME___.CDEV sna main diff --git a/pkg/Templates/Apple IIgs/Merlin New Desk Accessory.xctemplate/linkscript.s b/pkg/Templates/Apple IIgs/Merlin New Desk Accessory.xctemplate/linkscript.s index 55ac440..d122a19 100644 --- a/pkg/Templates/Apple IIgs/Merlin New Desk Accessory.xctemplate/linkscript.s +++ b/pkg/Templates/Apple IIgs/Merlin New Desk Accessory.xctemplate/linkscript.s @@ -7,12 +7,12 @@ * dsk ___PROJECTNAME___ - typ $B9 + typ $B8 xpl asm main.s ds 0 knd #$1100 ali None - LNA ___PROJECTNAME___.S16 + LNA ___PROJECTNAME___.NDA sna main