|
@@ -562,8 +562,8 @@ interface
|
|
|
fputype : fpu_none;
|
|
|
{$endif xtensa}
|
|
|
{$ifdef z80}
|
|
|
- cputype : cpu_z80;
|
|
|
- optimizecputype : cpu_z80;
|
|
|
+ cputype : cpu_zilog_z80;
|
|
|
+ optimizecputype : cpu_zilog_z80;
|
|
|
{ Use cpu_none by default,
|
|
|
because using cpu_8086 by default means
|
|
|
that we reject any instruction above bare 8086 instruction set
|