Spider Posted May 4, 2015 Report Share Posted May 4, 2015 Here's a simple loading screen I've just put together. :) It combines the logo from the title page with a suitable copyright message (very similar to the Software Projects version of Manic Miner) The code is a simple basic loader, with a highly compressed screen (reduced to 1362 bytes from 6912) and a standard LOAD for the game code. The loader does *not* contain the game code. The loader is extremely simple, the Basic is called "Jetset", the screen is called "Jetset1" and it expects the game code to be called "Jetset2" I decided to move the 'beeps' to after the screen was shown, seems somehow better ( ? ) here. A small pause was introduced at the end to allow those using real disk hardware (if it was put onto disk) to allow the drive a couple of seconds to stop. Here is the tape structure: And here is what it looks like: Loader .tap file (Loader only, no game code) NewJetsetPic.zip Quote Link to comment Share on other sites More sharing options...
8bit Posted May 25, 2015 Report Share Posted May 25, 2015 Is there a way to add this (or the patch loader) to a pre-existing tzx file? Are there editors and/or tools to manipulate tzx files in this manner? It would be cool to have copies of the original release with code-bypass and official patch-pokes as well as the new 2015 bug-fixed version, both with this loader screen. Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted May 25, 2015 Author Report Share Posted May 25, 2015 Yes. Download ZX Block Editor from here > http://www.zx-modules.de/ Its excellent, you can copy/paste bits of various tzx files together to assemble a new one. The 'tape structure' pic above is actually from ZX Block Editor. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.