Update build dsk script to add asiitable

This commit is contained in:
Michaelangel007 2016-01-27 23:27:27 -08:00
parent 2c15cf46f9
commit 3086ed3639
1 changed files with 2 additions and 0 deletions

View File

@ -5,10 +5,12 @@ COPY=cp
source src2dsk.sh ../asm/charinspect.s
source src2dsk.sh ../asm/font7x8.s
source src2dsk.sh ../asm/fontbb.s
source src2dsk.sh ../asm/asciitable.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
a2in -r b hgrfont.dsk ASCIITABLE asciitable.bin