Fixed no arguments exit code for scripting.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s

This commit is contained in:
Willem Cazander 2024-06-23 20:40:27 +02:00
parent 1179a655e8
commit 7d5452ae77

View file

@ -16,3 +16,4 @@ IFF 11 == %1
ENDIFF
echo 'Select openMSX Z80 emulation speed'
echo 'Usage: z80 <3/7/11>'
exit 1