* tsystemcpu.cpu_sys_z80 renamed .cpu_z80 for consistency with the other values in the enum.

git-svn-id: branches/z80@45140 -
This commit is contained in:
nickysn 2020-04-27 15:50:29 +00:00
parent 9cca44d3af
commit a857e60dc1
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
cpu_riscv32, { 19 }
cpu_riscv64, { 20 }
cpu_xtensa, { 21 }
cpu_sys_z80 { 22 }
cpu_z80 { 22 }
);
tasmmode= (asmmode_none

View File

@ -724,7 +724,7 @@ unit i_embed;
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
tf_smartlink_library,
tf_no_objectfiles_when_smartlinking];
cpu : cpu_sys_z80;
cpu : cpu_z80;
unit_env : '';
extradefines : '';
exeext : '';

View File

@ -36,7 +36,7 @@ unit i_zxspectrum;
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
tf_smartlink_library,
tf_no_objectfiles_when_smartlinking];
cpu : cpu_sys_z80;
cpu : cpu_z80;
unit_env : '';
extradefines : '';
exeext : '';