Page 1 of 1

Hatari Fast Forward command ?

Posted: 05 Dec 2022 13:11
by exxos
I keep repeatedly trying to do this but it never seems to work..

Code: Select all

C:\hatari-2.3.1\hatari.exe -fast-forward 1
Anything which did work is changing the config file to TRUE..

Code: Select all

bFastForward = FALSE
So does anyone know how to get this to work from launching the program ?

Re: Hatari Fast Forward command ?

Posted: 05 Dec 2022 13:13
by Badwolf
exxos wrote: 05 Dec 2022 13:11 I keep repeatedly trying to do this but it never seems to work..

Code: Select all

C:\hatari-2.3.1\hatari.exe -fast-forward 1
Anything which did work is changing the config file to TRUE..

Code: Select all

bFastForward = FALSE
So does anyone know how to get this to work from launching the program ?
Is it not two hyphens before the word 'fast'?

ie.

Code: Select all

--fast-forward true
BW

Re: Hatari Fast Forward command ?

Posted: 05 Dec 2022 13:19
by exxos
Badwolf wrote: 05 Dec 2022 13:13 Is it not two hyphens before the word 'fast'?

Code: Select all

--fast-forward true
That's the one!

:bravo: :thanksyellow: