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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user