From ed2dca9a9b6aa989265b355d597a23302144a818 Mon Sep 17 00:00:00 2001 From: Karoly Balogh Date: Tue, 25 Jan 2022 23:21:23 +0100 Subject: [PATCH] * m68k-atari: make the Atari target use 68000 CPU as default --- compiler/options.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/options.pas b/compiler/options.pas index 97e9bf1d8b..d16a052e17 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -5007,6 +5007,7 @@ begin init_settings.fputype:=fpu_68881; end; end; + system_m68k_atari, system_m68k_sinclairql: begin if not option.CPUSetExplicitly then