Small Tools for MSX

c64 skin
This applies font and colors similar to Commodore 64 to MSX.

Go to the download page
Do you also want to manipulate Pixilang fonts? Download this!
(No one may want to manipulate Commodore or Pixilang fonts on MSX.)
How to bitmap to pattern name data

convert bmp to sr2 with bmp2msx
color 0,F: Hold
color 1~E: not use

Save font
10 SCREEN2:BLOAD"FONTFILE.SR2",S
11 FORI=0TO&H7FF:IFVPEEK(&H2000+I)=15THENVPOKEI,(NOTVPEEK(I))AND255
12 NEXT
20 BSAVE"FNT.BIN",0,&H7FF,S

bin to src
hex to bitbuster hex

zm5
The zm5 is a simple compress format for MSX.

Go to the download page

AT2 toolkit for ccz80++
Tools to use Arkos Tracker 2 in ccz80++.
// Initializes player
akg.init();

// Opens the music
akg.open(song address,Subsong number);

// Plays one frame of the music.
akg.play();

// Stop a song
akg.stop();
Download: at2tools.zip

Back