mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
- Improved ASSIGN operation under CP/M 3 to better handle BIOS function invocations - Added 2PIOTST for testing the DUALPIO MBC board - Increased default RAM drive size for ZRC
14 lines
258 B
Batchfile
14 lines
258 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=..\..\..\..\Tools
|
|
|
|
set PATH=%TOOLS%\zxcc;%PATH%
|
|
|
|
set CPMDIR80=%TOOLS%/cpm/
|
|
|
|
zxcc M80 -=2piotst/l || exit /b
|
|
zxcc L80 -2piotst,2piotst.com/n/e || exit /b
|
|
|
|
copy /Y 2piotst.com ..\..\..\..\Binary\Apps\Test\ || exit /b
|