Fixed no arguments exit code for scripting.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
This commit is contained in:
parent
1179a655e8
commit
7d5452ae77
|
@ -16,3 +16,4 @@ IFF 11 == %1
|
||||||
ENDIFF
|
ENDIFF
|
||||||
echo 'Select openMSX Z80 emulation speed'
|
echo 'Select openMSX Z80 emulation speed'
|
||||||
echo 'Usage: z80 <3/7/11>'
|
echo 'Usage: z80 <3/7/11>'
|
||||||
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue