mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Added script to build hgrfont.dsk
This commit is contained in:
parent
8a3246005a
commit
bb203b7b86
14
bin/build_font_dsk.sh
Executable file
14
bin/build_font_dsk.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user