jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Load/Save files using DurexForth CRT #521

Closed Vagant1 closed 1 year ago

Vagant1 commented 1 year ago

Hi, I would like to use the CRT file with my Ultimate 2+ to speed up loading of the Forth on c64 but I don't know how I could configure the source/destination to read files? The LS command comes with read/write error. Is there any way around this?

jkotlinski commented 1 year ago

Hi! Is this with master or version 4.0.0? You may need to type ”8 device” to choose disk drive.

tis 7 feb. 2023 kl. 09:49 skrev Vagant1 @.***>:

Hi, I would like to use the CRT file with my Ultimate 2+ to speed up loading of the Forth on c64 but I don't know how I could configure the source/destination to read files? The LS command comes with read/write error. Is there any way around this?

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/issues/521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34O6DOGBUXUD3DL35FK3WWIEANANCNFSM6AAAAAAUTVOCYI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Vagant1 commented 1 year ago

Thanks for quick response. I am using Durexforth-v4_0_0.crt from last release. When I try 8 device and then ls I am receiving error: 74, drive not ready,00,00. same issue on Vice.

jkotlinski commented 1 year ago

That means there is no disk inserted in the drive.

tis 7 feb. 2023 kl. 10:44 skrev Vagant1 @.***>:

Thanks for quick response. I am using Durexforth-v4_0_0.crt from last release. When I try 8 device and then ls I am receiving error: 74, drive not ready,00,00

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/issues/521#issuecomment-1420478990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34O3TFE65OGVDNDV73ZLWWIKQBANCNFSM6AAAAAAUTVOCYI . You are receiving this because you commented.Message ID: @.***>

Vagant1 commented 1 year ago

Correct, I am using Ultimate 2+ with my C64 and reading files of the USB stick. Same with Vice. If I use d64 it is working well with no disc but what you saying is with cartridge file i.e. CRT it really needs a disc drive attached?

jkotlinski commented 1 year ago

Have you mounted a .d64 image? If not, it will give the drive not ready error, when trying to list the files.

tis 7 feb. 2023 kl. 12:01 skrev Vagant1 @.***>:

Correct, I am using Ultimate 2+ with my C64 and reading files of the USB stick. Same with Vice. If I use d64 it is working well with no disc but what you saying is with cartridge file i.e. CRT it really needs a disc drive attached?

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/issues/521#issuecomment-1420585149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34OYJKHVSWCAU6WT7C6LWWITQJANCNFSM6AAAAAAUTVOCYI . You are receiving this because you commented.Message ID: @.***>

Vagant1 commented 1 year ago

Yes, I have no problem with listing and writing files using d64 image - all is working great. The problem is when I try to use the CRT image. Not a major issue but would be helpful - much faster than loading from the image.

jkotlinski commented 1 year ago

I am not sure that I follow. What behavior would you expect from the ”ls” command when no disk image is attached? What should it show?

tis 7 feb. 2023 kl. 12:07 skrev Vagant1 @.***>:

Yes, I have no problem with listing and writing files using d64 image - all is working great. The problem is when I try to use the CRT image. Not a major issue but would be helpful - much faster than loading from the image.

— Reply to this email directly, view it on GitHub https://github.com/jkotlinski/durexforth/issues/521#issuecomment-1420594057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY34OYX5ANYKKHDICKAF5DWWIUG7ANCNFSM6AAAAAAUTVOCYI . You are receiving this because you commented.Message ID: @.***>

Vagant1 commented 1 year ago

It is fine now - sorry. All I need to do is mount the d64 before I run the CRT file i.e. run cartridge. It works fine then.

Vagant1 commented 1 year ago

All working fine.

jkotlinski commented 1 year ago

OK, happy to hear it worked out for you!