fancylores: add new picture

This commit is contained in:
Vince Weaver 2019-06-06 00:49:53 -04:00
parent 0cf9c5aaf6
commit 36f0dd38db
3 changed files with 7 additions and 2 deletions

View File

@ -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 df_girl_40_48d.inc
apple_40_48d.inc katahdin_40_48d.inc spacebars_40_48d.inc df_girl_40_48d.inc k_40_48d.inc
ca65 -o disp4048d.o disp4048d.s -l disp4048d.lst
@ -61,6 +61,9 @@ apple_40_48d.inc: apple_40_48d.png
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
k_40_48d.inc: k_40_48d.png
$(PNG_TO_40x48D) asm k_40_48d.png k > k_40_48d.inc
###

View File

@ -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 = 4
MAX = 5
lda #$ff
sta WHICH
@ -348,9 +348,11 @@ pictures:
.word katahdin_low,katahdin_high
.word spacebars_low,spacebars_high
.word df_girl_low,df_girl_high
.word k_low,k_high
.include "apple_40_48d.inc"
.include "katahdin_40_48d.inc"
.include "spacebars_40_48d.inc"
.include "df_girl_40_48d.inc"
.include "k_40_48d.inc"

BIN
fancy_lores/k_40_48d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB