|
1 | 1 | all: xx16 |
2 | 2 |
|
3 | 3 | xx16: |
| 4 | + ruby make.rb -df:0 -s games/lgop.z5 -t:x16 -v -dc:3:5 -cc:0 -cb:9 |
4 | 5 | #ruby make.rb games/infocom/sherlock.z5 -s -ch:100 -t:x16 -v |
5 | | - ruby make.rb -df:0 -ch:100 -s examples/dejavu.z3 -t:x16 -v |
| 6 | + #ruby make.rb -df:0 -ch:100 -s examples/dejavu.z3 -t:x16 -v |
6 | 7 | #ruby make.rb -ch:100 -s games/temple.z5 -t:x16 -v |
7 | 8 | #ruby make.rb -ch:100 -s examples/dragontroll.z5 -t:x16 -v |
8 | 9 |
|
9 | 10 | mega65: |
10 | | - ruby make.rb -t:mega65 ./games/infocom/sherlock.z5 -u -s -ch:100 -sb:0 -dm:0 -v |
| 11 | + ruby make.rb -df:0 -s games/lgop.z5 -t:mega65 -v -dc:3:5 -cc:0 -cb:1 |
| 12 | + #ruby make.rb -t:mega65 ./games/infocom/sherlock.z5 -u -s -ch:100 -sb:0 -dm:0 -v |
11 | 13 | #ruby make.rb examples/Aventyr.z5 -ch -s -t:mega65 -smooth |
12 | 14 | #ruby make.rb games/infocom/planetfall.z5 -s -t:mega65 -sw:0 |
13 | 15 | #ruby make.rb -debug -v -ch -s games/infocom/hollywood.z3 -t:mega65 -sw:0 |
@@ -36,12 +38,13 @@ mega65: |
36 | 38 | #ruby make.rb -s games/infocom/hollywood.z3 -f fonts/en/ClairsysOzmoo-Regular-US.fnt -t:mega65 |
37 | 39 |
|
38 | 40 | c128: |
| 41 | + ruby make.rb -df:0 -s games/lgop.z5 -t:c128 -v -dc:3:5 -cc:0 -cb:1 |
39 | 42 | #ruby make.rb -s z6/shogun-r322-s890706.z6 -t:c128 -81 |
40 | 43 | #ruby make.rb infocom/trinity-r15-s870628.z4 -t:c128 -81 -s |
41 | 44 | #ruby make.rb -s ./games/infocom/amfvUnprotected.z4 -t:c128 |
42 | 45 | #ruby make.rb -s infocom/zork1-invclues-r52-s871125.z5 -t:c128 |
43 | 46 | #ruby make.rb -s infocom/beyondzork.z5 -t:c128 |
44 | | - ruby make.rb -s -ch examples/dragontroll.z5 -t:c128 |
| 47 | + #ruby make.rb -s -ch examples/dragontroll.z5 -t:c128 |
45 | 48 | #ruby make.rb -s examples/dejavu.z3 -t:c128 |
46 | 49 | #ruby make.rb -s games/infocom/borderzone.z5 -t:c128 -u |
47 | 50 | #ruby make.rb -cb:5 -s games/infocom/hollywood.z3 -t:c128 |
|
50 | 53 | #ruby make.rb -ch -s games/infocom/hollywood.z3 -t:c128 -sb:6 -u |
51 | 54 |
|
52 | 55 | c64: |
53 | | - ruby make.rb -s examples/dejavu.z3 |
| 56 | + ruby make.rb -df:0 -s games/lgop.z5 -t:c64 -v -dc:3:5 -cc:0 -cb:1 |
| 57 | + #ruby make.rb -s examples/dejavu.z3 |
54 | 58 | #ruby make.rb examples/Aventyr.z5 -f fonts/sv/ClairsysOzmoo-Bold-SV.fnt -cm:sv -ch -s -81 |
55 | 59 | #ruby make.rb -t:c64 games/infocom/hollywood.z3 -s -ch:100 -sb:0 -dm:0 -smooth |
56 | 60 | #ruby make.rb custard.z7 -81 -s |
|
0 commit comments