
all: testsid3.prg

testsid3.prg:	Test_256_linearity003_ref.asm
	wine dasm Test_256_linearity003_ref.asm -ltestsid3.list -otestsid3.prg -p7
run: testsid3.prg
	/Applications/vice/x64.app/Contents/MacOS/x64 -sidengine 1804 -soundrate 44100 -soundsync 2 testsid3.prg

.PHONY: clean zap

clean:
	@rm -f *~
	@rm -f *.o
	@rm -f *.prg
	@rm -f *.lst
	@rm -f *.map
