Added script to build hgrfont.dsk

This commit is contained in:
Michaelangel007 2016-01-27 20:49:54 -08:00
parent 8a3246005a
commit bb203b7b86

14
bin/build_font_dsk.sh Executable file
View File

@ -0,0 +1,14 @@
!#/bin/sh
COPY=cp
source src2dsk.sh ../asm/drawfont.s
source src2dsk.sh ../asm/charinspect.s
source src2dsk.sh ../asm/font7x8.s
source src2dsk.sh ../asm/fontbb.s
${COPY} emptydos33.dsk hgrfont.dsk
a2in -r b hgrfont.dsk DRAWFONT drawfont.bin
a2in -r b hgrfont.dsk CHARINSPECT charinspect.bin
a2in -r b hgrfont.dsk FONT7X8 font7x8.bin
a2in -r b hgrfont.dsk FONTBB fontbb.bin