瀏覽代碼

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

git-svn-id: trunk@45831 -
Károly Balogh 5 年之前
父節點
當前提交
d7122c6338
共有 2 個文件被更改,包括 6 次插入3 次删除
  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_embedded,       { 108 }
              system_z80_zxspectrum,     { 109 }
              system_z80_zxspectrum,     { 109 }
              system_z80_msxdos,         { 110 }
              system_z80_msxdos,         { 110 }
-             system_aarch64_darwin      { 111 }
+             system_aarch64_darwin,     { 111 }
+             system_z80_amstradcpc      { 112 }
        );
        );
 
 
      type
      type
@@ -303,7 +304,8 @@
              ld_int_msxdos,
              ld_int_msxdos,
              ld_freertos,
              ld_freertos,
              ld_zxspectrum,
              ld_zxspectrum,
-             ld_msxdos
+             ld_msxdos,
+             ld_amstradcpc
        );
        );
 
 
        tar = (ar_none
        tar = (ar_none

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

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