diff --git a/Source/BPBIOS/util.z80 b/Source/BPBIOS/util.z80 index cf71b8ee..4602fcfa 100644 --- a/Source/BPBIOS/util.z80 +++ b/Source/BPBIOS/util.z80 @@ -90,6 +90,8 @@ PC_PRTCHR: POP AF RET +NEWLINE2: + CALL NEWLINE NEWLINE: CALL PC_CR CALL PC_LF diff --git a/Source/CPM3/.gitignore b/Source/CPM3/.gitignore index c493d7f9..cea6e4e1 100644 --- a/Source/CPM3/.gitignore +++ b/Source/CPM3/.gitignore @@ -2,6 +2,7 @@ *.lst *.sys *.rel +*.bin cpmldr.com gencpm.dat bios3.spr diff --git a/Source/ZPM3/.gitignore b/Source/ZPM3/.gitignore index 72fd99a9..bd363121 100644 --- a/Source/ZPM3/.gitignore +++ b/Source/ZPM3/.gitignore @@ -13,3 +13,7 @@ setz3.com clrhist.com autotog.com cpmldr.com +biosldrc.rel +biosldrd.rel +loader.bin +zpmldr.bin diff --git a/Source/ZSDOS/.gitignore b/Source/ZSDOS/.gitignore index 9823a537..dad55a3c 100644 --- a/Source/ZSDOS/.gitignore +++ b/Source/ZSDOS/.gitignore @@ -2,3 +2,5 @@ *.rel *.prn *.sym +*.sys +*.lst