code is a mess currently. I check it in nevertheless since it works a little better than before. Will be cleaned up later.

This commit is contained in:
Markus Fröschle
2013-05-06 20:48:39 +00:00
parent aa53218dd5
commit b6b821838c
4 changed files with 77 additions and 41 deletions

View File

@@ -144,6 +144,7 @@ $(LIBBAS): $(OBJS)
# compile xhdi_interface -mshort to make it callable from (-mshort-compiled) EmuTOS
$(OBJDIR)/xhdi_interface.o: CFLAGS += -mshort
# compile printf pc-relative so it can be used as well before and after copy of BaS
$(OBJDIR)/bas_printf.o: CFLAGS += -mpcrel
# the same for flush_and_invalidate_cache()