This commit is contained in:
tildearrow 2025-04-18 14:35:30 -05:00
parent 53f6dea29c
commit fa85aa9e83

View file

@ -0,0 +1,8 @@
all: test.nes
test.nes: test.o test.ini
wlalink -v test.ini test.nes
test.o: test.s nes.i chr.bin ../stream.s
wla-6502 -o test.o test.s
clean:
rm test.nes test.o