                             Example 2

This is an example of what I call, the 'tiny UMS play'
It show you how to get a small size player for your intros. (with EOS)
It use an usm file linked with the exe.

It use some USM play files:
        usmplay.asm     * Useless USM player
        uss.asm         * Sound system
        ussvar.asm      * sound system variables
        gusdrv.asm      * GUS driver
        nosnddrv.asm    * No sound driver
        timer.asm       * Timer mannager

setup.inc file was changed to only use the example music effects.
so, you will need to change it because you will not use the same music.

EOS + CHIPBLUE.USM (32Kb) + USMPLAY = 60Kb... (19Kb packed with WWPACK)
                            (64Kb/20Kb with all options in setup.inc on)

The version with all effects is 1Kb smaller than the 'tiny' version.

Advice to do your own setup file: 

start from a setup file with all options On (file in /EOS for example)
and customise your setup file to reduce the executable size.


                                                FreddyV/Useless