diff --git a/.gitignore b/.gitignore index 510a519a..6b55bec8 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ Tools/unix/zx/zx !Source/ZPM3/*.[Cc][Oo][Mm] !Source/ZSDOS/*.[Cc][Oo][Mm] !Source/ZRC/*.bin +!Source/ZRC512/*.bin !Source/Z1RCC/*.bin !Source/ZZRCC/*.bin !Tools/cpm/** diff --git a/Source/ZRC512/zrc512_cfldr.bin b/Source/ZRC512/zrc512_cfldr.bin new file mode 100644 index 00000000..a819d677 Binary files /dev/null and b/Source/ZRC512/zrc512_cfldr.bin differ diff --git a/Source/ZRC512/zrc512_mon.bin b/Source/ZRC512/zrc512_mon.bin new file mode 100644 index 00000000..67f86b5b Binary files /dev/null and b/Source/ZRC512/zrc512_mon.bin differ diff --git a/Source/ZRC512/zrc512_ptbl.bin b/Source/ZRC512/zrc512_ptbl.bin new file mode 100644 index 00000000..5e9fc41d Binary files /dev/null and b/Source/ZRC512/zrc512_ptbl.bin differ