Comments

Log in with itch.io to leave a comment.

(+1)

Thank you too much Richard Bayliss  and Martin Piper great prg!๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป

Thank you. Both Martin and I are very happy that this loader system is being used quite often on brand new C64 productions. Even if the games are made in SEUCK. Personally I think this perhaps my best version of the tool, despite some missing features, like the Ocean Loader drawing bitmap. The idea of this loader was basically to be able to master large single-file programs to tape with a loading bitmap and music in the background. The loading bar effect was made to entertain while waiting to load the bitmap, before loading in the game and the BASICStarter routine. 

Any plans to build a version in which the loading screen appear sequentially like the ocean loaders?
Deleted 60 days ago
(1 edit)

Yes, there will be a new version later on this year (V5.0). I intend to bring back this feature, and also add music fade (for tunes that use $D418) volume support and also a version that can use hi-res bitmaps as well as multi-colour. I hope to get it done before Summer 2024. I doubt I will be using the built-in packer like I did with V4.0 because of the turbo saver routine it used. Instead, I'll probably code my own routine that combines everything together, relocates the tape mastering code and data and then execute it.

Yes. This will be happening with version 5.0 in the near future. I started development on it about a week ago.

(+1)

very good

Updated this page.

(1 edit)

MUSIC EDITOR PLAYERS COMPATIBLE WITH TAPE MASTER PRO V4.0
-----------------------------------------------------------------

Music init: $1000 - play $1003
1. Goat Tracker V2.xx (any version - use zeropage over $ee)
2. Cheesecutter (Any version)
3. Voicetracker  (Any version which uses $1000,$1003 header)
4. Music mixer 6
5. Any version of DMC (Demo Music Creator)

Music init $1000 - play $1006
12. Future Composer (relocated to $1000)
13. SID Factory

Music init $1048 - play $1021
1. Music Assembler (Any version)
2. Voice Tracker

(+1)

Hi! I am trying to use Tape master following the steps in the video, but when I try to load the created tape I get an error when the music should play. The error usually appears in the address $1017. The file that I am loaded according to its characteristics starts in the address $1000 and player in $1003.

I don't really know what I'm doing wrong.

Thanks in advance and greetings.

(1 edit)

I'm sorry if you are having trouble here. Let me try and help you out here. There could be a few reasons for this problem:

1. You may have exported the SID player header format instead of the PRG format on to your D64. You can use SIDPlay/W to export your SID tune as a C64 data file (DAT/PRG).

2. Although a lot of tunes work in Tape Master Pro, some music players use zeropages below $ee which interferes with the tape loader system. As it uses zero pages below that area. If your tune is Goat Tracker, you can easily set the Zeropage address to $fe-$ff (That's the range I usually use for my tunes). Not all music players are compatible with this tape loader, unless all zero pages have been altered manually to work with the loader in a machine code monitor.

3. The size of your music file could be too large for the loader system. The range should be $1000-$1fff. Since the first segment of game data loads at $2000.

4. You may have tried to play a tune that originally loaded at a different load address and may not have been properly relocated to $1000 using SIDReloc or any other compatible music relocators.

(+1)

Thanks for the reply.
I will check the sid files.

(+1)

Hello!
I have made the music play.
I have relocked page zero with sidreloc, and I have converted the sid file to .dat with SIDPlay/W
Thank you very much for your help.

(+1)

Cool!

Feel free to use it on your productions :)

(+1)

Thank you very much Richard!