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

git-svn-id: branches/z80@44459 -
This commit is contained in:
nickysn 2020-03-31 19:31:18 +00:00
parent 3e3942e324
commit 6159b34608

View File

@ -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];