mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -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
9 lines
153 B
Batchfile
9 lines
153 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
if exist *.bin del *.bin
|
|
if exist *.rel del *.rel
|
|
if exist *.prn del *.prn
|