From 155959b4302b441fcb065a6c74133f2840d7f61d Mon Sep 17 00:00:00 2001 From: curt mayer Date: Tue, 18 Feb 2020 23:06:53 -0800 Subject: [PATCH] clean merge --- Source/BPBIOS/util.z80 | 2 ++ Source/CPM3/.gitignore | 1 + Source/ZPM3/.gitignore | 4 ++++ Source/ZSDOS/.gitignore | 2 ++ 4 files changed, 9 insertions(+) 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