Change user programs to use super6502 target

The target library is a copy of `none` right now but will be built out
later.
This commit is contained in:
Byron Lathi
2022-04-18 12:12:43 -05:00
parent 373fade79f
commit 2ff3caccc6

View File

@@ -1,5 +1,5 @@
CC=cl65
CFLAGS=-T -t none -I. --cpu "65C02"
CFLAGS=-T -t super6502 -I. --cpu "65C02"
test: CFLAGS=-T -t sim65c02 -I.
LDFLAGS=-C link.ld -m $(NAME).map
SIM=sim65