diff --git a/sw/kernel/Makefile b/sw/kernel/Makefile index d733175..627fb45 100644 --- a/sw/kernel/Makefile +++ b/sw/kernel/Makefile @@ -1,5 +1,5 @@ CC=cl65 -CFLAGS=-T -t super6502 -I. --cpu "65C02" +CFLAGS=-T -t none -I. --cpu "65C02" test: CFLAGS=-T -t sim65c02 -I. LDFLAGS=-C link.ld -m $(NAME).map SIM=sim65