mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-03 12:31:32 +00:00
fancy_lores: add some ansi examples
This commit is contained in:
parent
d4db364c29
commit
e093e4fe7a
@ -20,7 +20,7 @@ DISP4096: disp4096.o
|
||||
ld65 -o DISP4096 disp4096.o -C ../linker_scripts/apple2_1000.inc
|
||||
|
||||
disp4096.o: disp4096.s gr_copy.s \
|
||||
apple_40_96.inc katahdin_40_96.inc
|
||||
apple_40_96.inc katahdin_40_96.inc df_girl_40_96.inc df_girl2_40_96.inc
|
||||
ca65 -o disp4096.o disp4096.s -l disp4096.lst
|
||||
|
||||
####
|
||||
@ -29,7 +29,7 @@ DISP4048D: disp4048d.o
|
||||
ld65 -o DISP4048D disp4048d.o -C ../linker_scripts/apple2_1000.inc
|
||||
|
||||
disp4048d.o: disp4048d.s gr_copy.s \
|
||||
apple_40_48d.inc katahdin_40_48d.inc spacebars_40_48d.inc
|
||||
apple_40_48d.inc katahdin_40_48d.inc spacebars_40_48d.inc df_girl_40_48d.inc
|
||||
ca65 -o disp4048d.o disp4048d.s -l disp4048d.lst
|
||||
|
||||
|
||||
@ -41,6 +41,12 @@ katahdin_40_96.inc: katahdin_40_96.png
|
||||
apple_40_96.inc: apple_40_96.png
|
||||
$(PNG_TO_40x96) asm apple_40_96.png apple > apple_40_96.inc
|
||||
|
||||
df_girl_40_96.inc: df_girl_40_96.png
|
||||
$(PNG_TO_40x96) asm df_girl_40_96.png df_girl > df_girl_40_96.inc
|
||||
|
||||
df_girl2_40_96.inc: df_girl2_40_96.png
|
||||
$(PNG_TO_40x96) asm df_girl2_40_96.png df_girl2 > df_girl2_40_96.inc
|
||||
|
||||
###
|
||||
|
||||
spacebars_40_48d.inc: spacebars_40_48d.png
|
||||
@ -52,6 +58,9 @@ katahdin_40_48d.inc: katahdin_40_48d.png
|
||||
apple_40_48d.inc: apple_40_48d.png
|
||||
$(PNG_TO_40x48D) asm apple_40_48d.png apple > apple_40_48d.inc
|
||||
|
||||
df_girl_40_48d.inc: df_girl_40_48d.png
|
||||
$(PNG_TO_40x48D) asm df_girl_40_48d.png df_girl > df_girl_40_48d.inc
|
||||
|
||||
|
||||
|
||||
###
|
||||
|
BIN
fancy_lores/df_girl2_40_96.png
Normal file
BIN
fancy_lores/df_girl2_40_96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
BIN
fancy_lores/df_girl3_40_96.png
Normal file
BIN
fancy_lores/df_girl3_40_96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
fancy_lores/df_girl_40_48d.png
Normal file
BIN
fancy_lores/df_girl_40_48d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
fancy_lores/df_girl_40_96.png
Normal file
BIN
fancy_lores/df_girl_40_96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
@ -40,7 +40,7 @@ TEXT = $FB36 ;; Set text mode
|
||||
HOME = $FC58 ;; Clear the text screen
|
||||
WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
||||
|
||||
MAX = 3
|
||||
MAX = 4
|
||||
|
||||
lda #$ff
|
||||
sta WHICH
|
||||
@ -347,8 +347,10 @@ pictures:
|
||||
.word apple_low,apple_high
|
||||
.word katahdin_low,katahdin_high
|
||||
.word spacebars_low,spacebars_high
|
||||
.word df_girl_low,df_girl_high
|
||||
|
||||
.include "apple_40_48d.inc"
|
||||
.include "katahdin_40_48d.inc"
|
||||
.include "spacebars_40_48d.inc"
|
||||
.include "df_girl_40_48d.inc"
|
||||
|
||||
|
@ -41,7 +41,7 @@ TEXT = $FB36 ;; Set text mode
|
||||
HOME = $FC58 ;; Clear the text screen
|
||||
WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
||||
|
||||
MAX = 2
|
||||
MAX = 4
|
||||
|
||||
lda #$ff
|
||||
sta WHICH
|
||||
@ -346,7 +346,11 @@ gr_offsets:
|
||||
pictures:
|
||||
.word apple_low,apple_high
|
||||
.word katahdin_low,katahdin_high
|
||||
.word df_girl_low,df_girl_high
|
||||
.word df_girl2_low,df_girl2_high
|
||||
|
||||
.include "apple_40_96.inc"
|
||||
.include "katahdin_40_96.inc"
|
||||
.include "df_girl_40_96.inc"
|
||||
.include "df_girl2_40_96.inc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user