diff --git a/sw/kernel/Makefile b/sw/kernel/Makefile index 5c6da0e..ce9ac23 100644 --- a/sw/kernel/Makefile +++ b/sw/kernel/Makefile @@ -2,7 +2,7 @@ CC=../cc65/bin/cl65 CFLAGS=-T -t super6502 -I. --cpu "65C02" test: CFLAGS=-T -t sim65c02 -I. LDFLAGS=-C link.ld -m $(NAME).map -SIM=sim65 +SIM=../cc65/bin/sim65 SIMARGS=-v -c -x 1000000 FSDIR=../fsdir