Skip to content

Commit

Permalink
pack bios
Browse files Browse the repository at this point in the history
  • Loading branch information
erisdev committed Jan 2, 2017
1 parent 7b1a992 commit 88d0c6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bios/Makefile
Expand Up @@ -5,9 +5,15 @@ CODESEG = 0x0100
DATASEG = 0x0800

.PHONY : default
default : system.bin charset.1bpp
default : system.vg8 bios.bin charset.1bpp

system.bin : boot.rel system.rel
bios.bin : boot.rel loader.rel

system.vg8 : bios.bin charset.1bpp tiles.2bpp
$(PACKROM) $@ \
--bank bios bios.bin \
--bank txt charset.1bpp \
--bank bg tiles.2bpp

charset.1bpp : charset.png
$(TILECONV) -f 1bpp $@ $^
Expand Down
File renamed without changes.

0 comments on commit 88d0c6b

Please sign in to comment.