mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Allow any system timer to drive MKY interrupt, not just the TMS driver interrupt. - Add a build check to ensure that when MKY is enabled, a system timer is also enabled.
8 lines
127 B
Batchfile
8 lines
127 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.rel del *.rel
|
|
if exist *.prn del *.prn
|