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

git-svn-id: trunk@45831 -
This commit is contained in:
Károly Balogh 2020-07-23 11:57:20 +00:00
parent c1fe90524c
commit d7122c6338
2 changed files with 6 additions and 3 deletions

View File

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

View File

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