gb_test2
diff Makefile @ 4:216bdbc75cf4
optionally use the generated chessboard instead of the logo to fit in my 2k
test ROM
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 10 Jan 2019 06:38:13 +0200 |
parents | d63782badb6b |
children |
line diff
1.1 --- a/Makefile Thu Jan 10 06:05:21 2019 +0200 1.2 +++ b/Makefile Thu Jan 10 06:38:13 2019 +0200 1.3 @@ -28,3 +28,10 @@ 1.4 1.5 sin.inc: gensine 1.6 ./gensine >$@ 1.7 + 1.8 +test2k.rom: $(img) 1.9 + dd if=$< of=$@ bs=1 count=2048 1.10 + 1.11 +.PHONY: program 1.12 +program: test2k.rom 1.13 + minipro -p 'AT28C16E @DIP24' -w $<