Skip to content

Commit

Permalink
Removed d64toinf, moved DragonTroll and dejavu to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
johanberntsson committed May 27, 2018
1 parent 606058a commit 6ceb1bb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 465 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ d64.minform:

d64.dejavu:
acme -DZ3=1 $(DEBUGFLAGS) $(VMFLAGS) --cpu 6510 --format cbm -l acme_labels.txt --outfile ozmoo ozmoo.asm
cp d64toinf/dejavu.d64 dejavu.d64
cp examples/dejavu.d64 dejavu.d64
$(C1541) -attach dejavu.d64 -write ozmoo ozmoo

d64.dragon:
acme -DZ5=1 $(DEBUGFLAGS) $(VMFLAGS) --cpu 6510 --format cbm -l acme_labels.txt --outfile ozmoo ozmoo.asm
cp d64toinf/dragontroll.d64 dragontroll.d64
cp examples/dragontroll.d64 dragontroll.d64
$(C1541) -attach dragontroll.d64 -write ozmoo ozmoo

dejavu: d64.dejavu
Expand Down
12 changes: 0 additions & 12 deletions d64toinf/Makefile

This file was deleted.

Loading

0 comments on commit 6ceb1bb

Please sign in to comment.