From 2d0451cfae0cde5c98250370f57bf6d36c8ad41a Mon Sep 17 00:00:00 2001 From: Mikael Lund Date: Fri, 11 Aug 2023 16:05:32 +0200 Subject: [PATCH] MEGA65 use the 45GS02 instead of 65CE02 (#152) The 45GS02 CPU variant has been added to LLVM-MOS (https://github.com/llvm-mos/llvm-mos/pull/324) and should be used by default on MEGA65. --- mos-platform/mega65/clang.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mos-platform/mega65/clang.cfg b/mos-platform/mega65/clang.cfg index c409f453f..e5d83fbe7 100644 --- a/mos-platform/mega65/clang.cfg +++ b/mos-platform/mega65/clang.cfg @@ -2,4 +2,4 @@ -I /../mos-platform/c64/asminc -mlto-zp=110 -D__MEGA65__ --mcpu=mos65ce02 +-mcpu=mos45gs02