mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
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
|