Is there a program I can run on the C64 to speed up booting of a game? Announcing the arrival...

Why is my conclusion inconsistent with the van't Hoff equation?

Why are Kinder Surprise Eggs illegal in the USA?

What exactly is a "Meth" in Altered Carbon?

Is pollution the main cause of Notre Dame Cathedral's deterioration?

How to react to hostile behavior from a senior developer?

How to tell that you are a giant?

How to bypass password on Windows XP account?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Bete Noir -- no dairy

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

Single word antonym of "flightless"

String `!23` is replaced with `docker` in command line

What's the purpose of writing one's academic biography in the third person?

Selecting the same column from Different rows Based on Different Criteria

When do you get frequent flier miles - when you buy, or when you fly?

Seeking colloquialism for “just because”

How to find all the available tools in macOS terminal?

Echoing a tail command produces unexpected output?

Why aren't air breathing engines used as small first stages

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Using et al. for a last / senior author rather than for a first author

How to run gsettings for another user Ubuntu 18.04.2 LTS

Can an alien society believe that their star system is the universe?



Is there a program I can run on the C64 to speed up booting of a game?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is there a simple BASIC program that demonstrates SID6581 distortion?Is there a C64(or any other) emulation that can be run in terminal?Commodore 64 to modern TVWhy do many JiffyDOS users install a toggle switch to disable it?A game where you program a robot to fulfill missionsLooking for an easy to use Commodore 64 disk/sector editorGo program for the C64Is there a MIME type for C64 .PRG files?Can't enable list even with “enable run-stop” pokeTools for creating disk images on Mac Plus












2















Though I had several friends back in the day with a Commodore 64, I only recently acquired one after a friend gave me his old one before he moved house. As such, I'm diving in to learning about the machine that I mostly ignored 35 years ago and quickly remembering that the 1541 disk was s.....l.....o.....w.....!



I've been reading up on the disk performance issue. I knew people who had the Epyx FastLoad cartridge, but I've only really now discovered JiffyDOS. While both are interesting solutions, they both require hardware that I'd have to acquire (and in the case of JiffyDOS, replacement of ROM chips in the C64 and 1541). Getting the hardware is possible, but takes time that I don't have for the few moments a week I can possibly dedicate to my retro C64 experience.



So that being said, is there a possible type-in program that could work as a one-off to fast load a game? I'm thinking along the lines of something that I could save to a disk, run it, then load/run the game I want to boot.










share|improve this question





























    2















    Though I had several friends back in the day with a Commodore 64, I only recently acquired one after a friend gave me his old one before he moved house. As such, I'm diving in to learning about the machine that I mostly ignored 35 years ago and quickly remembering that the 1541 disk was s.....l.....o.....w.....!



    I've been reading up on the disk performance issue. I knew people who had the Epyx FastLoad cartridge, but I've only really now discovered JiffyDOS. While both are interesting solutions, they both require hardware that I'd have to acquire (and in the case of JiffyDOS, replacement of ROM chips in the C64 and 1541). Getting the hardware is possible, but takes time that I don't have for the few moments a week I can possibly dedicate to my retro C64 experience.



    So that being said, is there a possible type-in program that could work as a one-off to fast load a game? I'm thinking along the lines of something that I could save to a disk, run it, then load/run the game I want to boot.










    share|improve this question



























      2












      2








      2








      Though I had several friends back in the day with a Commodore 64, I only recently acquired one after a friend gave me his old one before he moved house. As such, I'm diving in to learning about the machine that I mostly ignored 35 years ago and quickly remembering that the 1541 disk was s.....l.....o.....w.....!



      I've been reading up on the disk performance issue. I knew people who had the Epyx FastLoad cartridge, but I've only really now discovered JiffyDOS. While both are interesting solutions, they both require hardware that I'd have to acquire (and in the case of JiffyDOS, replacement of ROM chips in the C64 and 1541). Getting the hardware is possible, but takes time that I don't have for the few moments a week I can possibly dedicate to my retro C64 experience.



      So that being said, is there a possible type-in program that could work as a one-off to fast load a game? I'm thinking along the lines of something that I could save to a disk, run it, then load/run the game I want to boot.










      share|improve this question
















      Though I had several friends back in the day with a Commodore 64, I only recently acquired one after a friend gave me his old one before he moved house. As such, I'm diving in to learning about the machine that I mostly ignored 35 years ago and quickly remembering that the 1541 disk was s.....l.....o.....w.....!



      I've been reading up on the disk performance issue. I knew people who had the Epyx FastLoad cartridge, but I've only really now discovered JiffyDOS. While both are interesting solutions, they both require hardware that I'd have to acquire (and in the case of JiffyDOS, replacement of ROM chips in the C64 and 1541). Getting the hardware is possible, but takes time that I don't have for the few moments a week I can possibly dedicate to my retro C64 experience.



      So that being said, is there a possible type-in program that could work as a one-off to fast load a game? I'm thinking along the lines of something that I could save to a disk, run it, then load/run the game I want to boot.







      commodore-64 floppy-disk






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago









      Raffzahn

      56.5k6137228




      56.5k6137228










      asked 4 hours ago









      bjbbjb

      5,1341261




      5,1341261






















          2 Answers
          2






          active

          oldest

          votes


















          2














          There were quite a number of software-only fast loaders for the C-64+1541:




          • Hypra Load

          • Speed Load

          • ...and many others (a quite comprehensive list can be found in the C64-Wiki)


          Fast loaders are (typically quite short, as they need to be loaded "slow") pieces of code that can accelerate floppy loading times 5-10 times (some even faster). The overall acceleration is the result of the actual speed-up of the transfer, plus the extra time needed to slow-load the loader itself and the transfer of the drive-end of the software to the drive - So the speed-up is only significant for reasonably long programs. Fast loaders don't work with all programs and will very probably be de-activated by multipart loaders in games, so your mileage may vary.



          A fast loader typically consists of two pieces of code, one running on the computer, the other executed on the separate CPU in the Commodore floppy drive. Thus, your software version must match the type of floppy drive - there are special loader versions for 1581 drives.






          share|improve this answer

































            1














            I would recommend SDOS 2016. It is more recent than what is linked from the C64-Wiki, and it includes documentation and source code. But you probably wouldn't want to type it in. It's pretty long...



            The readme.txt offers a quick synopsis of the functionality.




            SDOS is based on SJLOAD and VDOS. This is a common boot loader
            that checks the drive and chooses among three possibilities:




            1. if JiffyDOS protocol is supported, it starts as SJLOAD;

            2. if not, it tries to start as VDOS (which is possible on 1541 and 1571 drives in C64 mode);

            3. if none of them are present, it stays at Kernal load.







            share|improve this answer
























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "648"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9704%2fis-there-a-program-i-can-run-on-the-c64-to-speed-up-booting-of-a-game%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              There were quite a number of software-only fast loaders for the C-64+1541:




              • Hypra Load

              • Speed Load

              • ...and many others (a quite comprehensive list can be found in the C64-Wiki)


              Fast loaders are (typically quite short, as they need to be loaded "slow") pieces of code that can accelerate floppy loading times 5-10 times (some even faster). The overall acceleration is the result of the actual speed-up of the transfer, plus the extra time needed to slow-load the loader itself and the transfer of the drive-end of the software to the drive - So the speed-up is only significant for reasonably long programs. Fast loaders don't work with all programs and will very probably be de-activated by multipart loaders in games, so your mileage may vary.



              A fast loader typically consists of two pieces of code, one running on the computer, the other executed on the separate CPU in the Commodore floppy drive. Thus, your software version must match the type of floppy drive - there are special loader versions for 1581 drives.






              share|improve this answer






























                2














                There were quite a number of software-only fast loaders for the C-64+1541:




                • Hypra Load

                • Speed Load

                • ...and many others (a quite comprehensive list can be found in the C64-Wiki)


                Fast loaders are (typically quite short, as they need to be loaded "slow") pieces of code that can accelerate floppy loading times 5-10 times (some even faster). The overall acceleration is the result of the actual speed-up of the transfer, plus the extra time needed to slow-load the loader itself and the transfer of the drive-end of the software to the drive - So the speed-up is only significant for reasonably long programs. Fast loaders don't work with all programs and will very probably be de-activated by multipart loaders in games, so your mileage may vary.



                A fast loader typically consists of two pieces of code, one running on the computer, the other executed on the separate CPU in the Commodore floppy drive. Thus, your software version must match the type of floppy drive - there are special loader versions for 1581 drives.






                share|improve this answer




























                  2












                  2








                  2







                  There were quite a number of software-only fast loaders for the C-64+1541:




                  • Hypra Load

                  • Speed Load

                  • ...and many others (a quite comprehensive list can be found in the C64-Wiki)


                  Fast loaders are (typically quite short, as they need to be loaded "slow") pieces of code that can accelerate floppy loading times 5-10 times (some even faster). The overall acceleration is the result of the actual speed-up of the transfer, plus the extra time needed to slow-load the loader itself and the transfer of the drive-end of the software to the drive - So the speed-up is only significant for reasonably long programs. Fast loaders don't work with all programs and will very probably be de-activated by multipart loaders in games, so your mileage may vary.



                  A fast loader typically consists of two pieces of code, one running on the computer, the other executed on the separate CPU in the Commodore floppy drive. Thus, your software version must match the type of floppy drive - there are special loader versions for 1581 drives.






                  share|improve this answer















                  There were quite a number of software-only fast loaders for the C-64+1541:




                  • Hypra Load

                  • Speed Load

                  • ...and many others (a quite comprehensive list can be found in the C64-Wiki)


                  Fast loaders are (typically quite short, as they need to be loaded "slow") pieces of code that can accelerate floppy loading times 5-10 times (some even faster). The overall acceleration is the result of the actual speed-up of the transfer, plus the extra time needed to slow-load the loader itself and the transfer of the drive-end of the software to the drive - So the speed-up is only significant for reasonably long programs. Fast loaders don't work with all programs and will very probably be de-activated by multipart loaders in games, so your mileage may vary.



                  A fast loader typically consists of two pieces of code, one running on the computer, the other executed on the separate CPU in the Commodore floppy drive. Thus, your software version must match the type of floppy drive - there are special loader versions for 1581 drives.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 2 hours ago

























                  answered 3 hours ago









                  tofrotofro

                  16.9k33597




                  16.9k33597























                      1














                      I would recommend SDOS 2016. It is more recent than what is linked from the C64-Wiki, and it includes documentation and source code. But you probably wouldn't want to type it in. It's pretty long...



                      The readme.txt offers a quick synopsis of the functionality.




                      SDOS is based on SJLOAD and VDOS. This is a common boot loader
                      that checks the drive and chooses among three possibilities:




                      1. if JiffyDOS protocol is supported, it starts as SJLOAD;

                      2. if not, it tries to start as VDOS (which is possible on 1541 and 1571 drives in C64 mode);

                      3. if none of them are present, it stays at Kernal load.







                      share|improve this answer




























                        1














                        I would recommend SDOS 2016. It is more recent than what is linked from the C64-Wiki, and it includes documentation and source code. But you probably wouldn't want to type it in. It's pretty long...



                        The readme.txt offers a quick synopsis of the functionality.




                        SDOS is based on SJLOAD and VDOS. This is a common boot loader
                        that checks the drive and chooses among three possibilities:




                        1. if JiffyDOS protocol is supported, it starts as SJLOAD;

                        2. if not, it tries to start as VDOS (which is possible on 1541 and 1571 drives in C64 mode);

                        3. if none of them are present, it stays at Kernal load.







                        share|improve this answer


























                          1












                          1








                          1







                          I would recommend SDOS 2016. It is more recent than what is linked from the C64-Wiki, and it includes documentation and source code. But you probably wouldn't want to type it in. It's pretty long...



                          The readme.txt offers a quick synopsis of the functionality.




                          SDOS is based on SJLOAD and VDOS. This is a common boot loader
                          that checks the drive and chooses among three possibilities:




                          1. if JiffyDOS protocol is supported, it starts as SJLOAD;

                          2. if not, it tries to start as VDOS (which is possible on 1541 and 1571 drives in C64 mode);

                          3. if none of them are present, it stays at Kernal load.







                          share|improve this answer













                          I would recommend SDOS 2016. It is more recent than what is linked from the C64-Wiki, and it includes documentation and source code. But you probably wouldn't want to type it in. It's pretty long...



                          The readme.txt offers a quick synopsis of the functionality.




                          SDOS is based on SJLOAD and VDOS. This is a common boot loader
                          that checks the drive and chooses among three possibilities:




                          1. if JiffyDOS protocol is supported, it starts as SJLOAD;

                          2. if not, it tries to start as VDOS (which is possible on 1541 and 1571 drives in C64 mode);

                          3. if none of them are present, it stays at Kernal load.








                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 2 hours ago









                          Brian HBrian H

                          17.7k66149




                          17.7k66149






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Retrocomputing Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9704%2fis-there-a-program-i-can-run-on-the-c64-to-speed-up-booting-of-a-game%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Webac Holding Inhaltsverzeichnis Geschichte | Organisationsstruktur | Tochterfirmen |...

                              What's the meaning of a knight fighting a snail in medieval book illustrations?What is the meaning of a glove...

                              Salamanca Inhaltsverzeichnis Lage und Klima | Bevölkerungsentwicklung | Geschichte | Kultur und...