mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
z80: preserve system ID and linker ID for the Amstrad CPC
git-svn-id: trunk@45831 -
This commit is contained in:
parent
c1fe90524c
commit
d7122c6338
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user