Links:
Converter
Driver
Sorry, I'm from Russia and site is on Russian language. Just click on "Скачать с сервера" link alongside with size value (672.6Kb for example). Readme files and manual are inside archives on English. Hope you enjoy this. Thanks.

The instruction manuals you can find in archives.
Putting songs in the driver and adding driver to your own source file (romhack for example):
Quote
2)Include z80drv.asm file.
3)For new BGM put your music in 'Music' folder then write a path to it in 'Music Files' section in z80drv.asm file. Write a pointer to it in z80stuff.asm file.
4)For new SFX put your SFX in 'Sounds' folder then write a path to it in 'Sound Effects' section in z80drv.asm file. Write a pointer to it in z80stuff.asm file.
5)For new DAC sample put your PCM file in DACb1.asm following the applied example.
6)For new PSG tone put your PSG file in PSG folder and write a pointer to it in z80stuff.asm file.
>P.S. If your music/SFX or other related files lies far than 2-3 bank don't forget to change required
values following 'z80driver offsets.txt' file.<
Usage of the converter:
Quote
must choose Conversion Type. Next, press "Convert" button and save the file..
But before you will do it, you must type to "Old" and "New" fields all necessary data.
So, if you are converting a music in Sonic 1 SMPS type to SMPS z80 type, you should write start offset
of your new melody into "New" field relatively to current m68k bank. For example: in rom $29872, you should write $1872
and in rom $12591, you should write $2591.
If you do vice versa operation then you should write a start offset of your melody-source into "Old" field.
If you are converting from standart SMPS 68k to SMPS z80 you shoud do it similarly to point 1.
If you want to fix pointers in SMPS z80 melody file for using it in another location, you should choose
Conversion Type "z80 to z80" and in fields "Old" and "New" write old and new locations of music similar
to previous points above.

