forked from MirrorRepos/RomWBW
A full implementation of UCSD p-System IV.0 for RomWBW. Derived from the official Z80 Adaptable p-System. My first real programming was on this system. So many memories...
7 lines
101 B
Batchfile
7 lines
101 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.img del *.img
|