Explorar o código

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

git-svn-id: branches/z80@44459 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
6159b34608
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/z80/agz80asm.pas

+ 1 - 1
compiler/z80/agz80asm.pas

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