mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Update build dsk script to add asiitable
This commit is contained in:
parent
2c15cf46f9
commit
3086ed3639
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user