Ver Fonte

z80: preserve system ID and linker ID for the Amstrad CPC

git-svn-id: trunk@45831 -
Károly Balogh há 5 anos atrás
pai
commit
d7122c6338
2 ficheiros alterados com 6 adições e 3 exclusões
  1. 4 2
      compiler/systems.inc
  2. 2 1
      compiler/utils/ppuutils/ppudump.pp

+ 4 - 2
compiler/systems.inc

@@ -200,7 +200,8 @@
              system_z80_embedded,       { 108 }
              system_z80_zxspectrum,     { 109 }
              system_z80_msxdos,         { 110 }
-             system_aarch64_darwin      { 111 }
+             system_aarch64_darwin,     { 111 }
+             system_z80_amstradcpc      { 112 }
        );
 
      type
@@ -303,7 +304,8 @@
              ld_int_msxdos,
              ld_freertos,
              ld_zxspectrum,
-             ld_msxdos
+             ld_msxdos,
+             ld_amstradcpc
        );
 
        tar = (ar_none

+ 2 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -231,7 +231,8 @@ const
   { 108 } 'Embedded-Z80',
   { 109 } 'ZXSpectrum-Z80',
   { 110 } 'MSX-DOS-Z80',
-  { 111 } 'Darwin-AArch64'
+  { 111 } 'Darwin-AArch64',
+  { 112 } 'AmstradCPC-Z80'
   );
 
 const