Browse Source

* capitalize idtxt of z80asm, so it can be selected with -Az80asm

git-svn-id: branches/z80@44459 -
nickysn 5 years ago
parent
commit
6159b34608
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/z80/agz80asm.pas

+ 1 - 1
compiler/z80/agz80asm.pas

@@ -429,7 +429,7 @@ unit agz80asm;
           (
           (
             id     : as_z80asm;
             id     : as_z80asm;
 
 
-            idtxt  : 'Z80Asm';
+            idtxt  : 'Z80ASM';
             asmbin : 'z80asm';
             asmbin : 'z80asm';
             asmcmd : '-o $OBJ $EXTRAOPT $ASM';
             asmcmd : '-o $OBJ $EXTRAOPT $ASM';
             supported_targets : [system_Z80_embedded];
             supported_targets : [system_Z80_embedded];