enable 4510/45GS02 in the compiler - however, the resulting asm files cant be assembled because of sp vs c_sp clash

This commit is contained in:
mrdudz
2025-06-23 13:23:23 +02:00
parent 44672e6281
commit 034fc93c75
2 changed files with 12 additions and 3 deletions

View File

@@ -197,9 +197,9 @@ ifeq ($(TARGET),$(filter $(TARGET),$(GEOS)))
endif
ifeq ($(TARGET),c65)
# FIXME: the compiler does not work for 4510 yet
# FIXME: this does not work because of the SP vs C_SP clash
else ifeq ($(TARGET),mega65)
# FIXME: the compiler does not work for 45GS02 yet
# FIXME: this does not work because of the SP vs C_SP clash
else
SRCDIRS += common \
conio \