Minor tweaks

This commit is contained in:
Philip Smart
2020-09-02 12:07:05 +01:00
parent b101009011
commit f9c8772704
3 changed files with 1042 additions and 0 deletions

1030
software/mif/mz80a_cgrom.mif Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -99,3 +99,15 @@ ${ROMTOOL} --command=CGROM \
--20_cgrom=${ROMDIR}/MZFONT.rom \
--binout=${ROMDIR}/combined_cgrom.rom \
--mifout=${MIFDIR}/combined_cgrom.mif
${ROMTOOL} --command=CGROM \
--a_cgrom=${ROMDIR}/mz-80acg.rom \
--b_cgrom=${ROMDIR}/mz-80acg.rom \
--c_cgrom=${ROMDIR}/mz-80acg.rom \
--k_cgrom=${ROMDIR}/mz-80acg.rom \
--7_cgrom=${ROMDIR}/mz-80acg.rom \
--8_cgrom=${ROMDIR}/mz-80acg.rom \
--12_cgrom=${ROMDIR}/mz-80acg.rom \
--20_cgrom=${ROMDIR}/mz-80acg.rom \
--binout=${ROMDIR}/combined_cgrom.rom \
--mifout=${MIFDIR}/mz80a_cgrom.mif