Make z80 speed selection silent.
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
216c3aba26
commit
390d6cdc3e
|
@ -1,17 +1,17 @@
|
|||
rem Select z80 speed
|
||||
IFF 3 == %1
|
||||
echo 'Select 3.51 Mhz'
|
||||
omsxctl set speed 100
|
||||
omsxctl set speed 100 > NUL
|
||||
exit 0
|
||||
ENDIFF
|
||||
IFF 7 == %1
|
||||
echo 'Select 7 Mhz'
|
||||
omsxctl set speed 200
|
||||
omsxctl set speed 200 > NUL
|
||||
exit 0
|
||||
ENDIFF
|
||||
IFF 11 == %1
|
||||
echo 'Select 11 Mhz'
|
||||
omsxctl set speed 333
|
||||
omsxctl set speed 333 > NUL
|
||||
exit 0
|
||||
ENDIFF
|
||||
echo 'Select openMSX Z80 emulation speed'
|
||||
|
|
Loading…
Reference in a new issue