Preliminary CP/M 3

This commit is contained in:
Wayne Warthen
2019-10-14 16:30:19 -07:00
parent bfbf6e7dcf
commit 57c87db9a1
63 changed files with 7259 additions and 39 deletions

View File

@@ -7,4 +7,7 @@ setlocal & cd ZCPR && call Build || exit /b 1 & endlocal
setlocal & cd ZCPR-DJ && call Build || exit /b 1 & endlocal
setlocal & cd ZSDOS && call Build || exit /b 1 & endlocal
setlocal & cd CBIOS && call Build || exit /b 1 & endlocal
setlocal & cd CPM3 && call Build || exit /b 1 & endlocal
setlocal & cd ZPM3 && call Build || exit /b 1 & endlocal
setlocal & cd Forth && call Build || exit /b 1 & endlocal