an empty file "doublestep" does not work on version v2.2.2.1.

General discussion forum - for all that doesn't fit in any other category.
Post Reply
fyk
Posts: 6
Joined: Sat Dec 28, 2019 12:19 am

an empty file "doublestep" does not work on version v2.2.2.1.

Post by fyk »

Hello,

I have a question about HxC Floppy Emulator v2.2.2.1.
It ignores an empty file named "doublestep" in the raw files folder.
(HxC Floppy Emulator 2.1.24.1 can work it.)

However, there is KFRAWLOADER_DOUBLE_STEP in Internal parameters.
When KFRAWLOADER_DOUBLE_STEP is set to "1", It works fine.

Since Internal parameters can not be saved,
a setting Internal parameters is required every single time running HxC Floppy Emulator...

Thanks,
Fuyuki

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: an empty file "doublestep" does not work on version v2.2.2.1.

Post by Jeff »

fyk wrote:
Sat Dec 28, 2019 1:44 am
Hello,

I have a question about HxC Floppy Emulator v2.2.2.1.
It ignores an empty file named "doublestep" in the raw files folder.
(HxC Floppy Emulator 2.1.24.1 can work it.)

However, there is KFRAWLOADER_DOUBLE_STEP in Internal parameters.
When KFRAWLOADER_DOUBLE_STEP is set to "1", It works fine.

Since Internal parameters can not be saved,
a setting Internal parameters is required every single time running HxC Floppy Emulator...

Thanks,
Fuyuki
you can "save" this parameter.

just put an "config.script" file in the exec folder or in the kf raw folder with this line inside :

set KFRAWLOADER_DOUBLE_STEP 1

fyk
Posts: 6
Joined: Sat Dec 28, 2019 12:19 am

Re: an empty file "doublestep" does not work on version v2.2.2.1.

Post by fyk »

Jeff wrote:
Sat Dec 28, 2019 2:51 am
fyk wrote:
Sat Dec 28, 2019 1:44 am
Hello,

I have a question about HxC Floppy Emulator v2.2.2.1.
It ignores an empty file named "doublestep" in the raw files folder.
(HxC Floppy Emulator 2.1.24.1 can work it.)

However, there is KFRAWLOADER_DOUBLE_STEP in Internal parameters.
When KFRAWLOADER_DOUBLE_STEP is set to "1", It works fine.

Since Internal parameters can not be saved,
a setting Internal parameters is required every single time running HxC Floppy Emulator...

Thanks,
Fuyuki
you can "save" this parameter.

just put an "config.script" file in the exec folder or in the kf raw folder with this line inside :

set KFRAWLOADER_DOUBLE_STEP 1
Hi Jeff,

Thank you so much for your quick reply!
I could set it by "config.script".
Do you have a documentation about "config.script" and "Internal parameters"?

Best,
Fuyuki

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: an empty file "doublestep" does not work on version v2.2.2.1.

Post by Jeff »

fyk wrote:
Sat Dec 28, 2019 3:18 am
Hi Jeff,

Thank you so much for your quick reply!
I could set it by "config.script".
Do you have a documentation about "config.script" and "Internal parameters"?

Best,
Fuyuki
The hxc library run the config.script from the hxc software folder at startup and from the kf .raw folder if present.

There is currently only the command "set" which set one internal variable.

Here it is an script example :
https://sourceforge.net/p/hxcfloppyemu/ ... nit.script
This is the hxc library internal script used to setting up the default internal parameters.
config.script is executed right after init.script if present.

About the documentation, i will just comment a little bit "init.script"

fyk
Posts: 6
Joined: Sat Dec 28, 2019 12:19 am

Re: an empty file "doublestep" does not work on version v2.2.2.1.

Post by fyk »

Jeff wrote:
Sat Dec 28, 2019 10:27 am
fyk wrote:
Sat Dec 28, 2019 3:18 am
Hi Jeff,

Thank you so much for your quick reply!
I could set it by "config.script".
Do you have a documentation about "config.script" and "Internal parameters"?

Best,
Fuyuki
The hxc library run the config.script from the hxc software folder at startup and from the kf .raw folder if present.

There is currently only the command "set" which set one internal variable.

Here it is an script example :
https://sourceforge.net/p/hxcfloppyemu/ ... nit.script
This is the hxc library internal script used to setting up the default internal parameters.
config.script is executed right after init.script if present.

About the documentation, i will just comment a little bit "init.script"
I really appreciate the link.
Fuyuki

Post Reply