c64.png: really hard to have colored background text on hires

This commit is contained in:
Vince Weaver 2018-08-25 15:58:07 -04:00
parent eefdf16b8d
commit 6e0656fd52
5 changed files with 22 additions and 0 deletions

22
megademo/Makefile Normal file
View File

@ -0,0 +1,22 @@
include ../Makefile.inc
DOS33 = ../dos33fs-utils/dos33
B2D = ../bmp2dhr/b2d
all: megademo.dsk
megademo.dsk: C64C.BIN C64_UPDATE.BIN
$(DOS33) -y megademo.dsk BSAVE -a 0x2000 C64C.BIN
# $(DOS33) -y megademo.dsk BSAVE -a 0x2000 C64.BIN
# $(DOS33) -y megademo.dsk BSAVE -a 0x2000 C64_BW.BIN
$(DOS33) -y megademo.dsk BSAVE -a 0x4000 C64_UPDATE.BIN
####
C64C.BIN: c64.bmp
$(B2D) c64.bmp HGR
clean:
rm -f *~ *.o *.lst *.inc C64C.BIN

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
megademo/c64_bw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
megademo/c64_updated.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.