mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
c64.png: really hard to have colored background text on hires
This commit is contained in:
parent
eefdf16b8d
commit
6e0656fd52
22
megademo/Makefile
Normal file
22
megademo/Makefile
Normal 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
|
||||
|
BIN
megademo/c64.png
BIN
megademo/c64.png
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
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
BIN
megademo/c64_updated.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user