From 2ff3caccc6a524c04b2e8a24bb67cf2a19e53d8f Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Mon, 18 Apr 2022 12:12:43 -0500 Subject: [PATCH] Change user programs to use super6502 target The target library is a copy of `none` right now but will be built out later. --- sw/test_exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/test_exec/Makefile b/sw/test_exec/Makefile index cfcfe6d..a02cbfe 100644 --- a/sw/test_exec/Makefile +++ b/sw/test_exec/Makefile @@ -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