Jump to content
IGNORED

Commando Music - Bass and drum loop


newcoleco

Recommended Posts

MP3 File ( PAL ) : ColecoVision - Commando (bass drum loop).mp3

 

Look how small it is !!! :o

 

Only need to add the following data and call the proper functions in the ColecoVision bios to play this music in your ColecoVision game projects.

 

; Commando - only bass and drum (PAL), adaptation by Daniel Bienvenu, 2010

 

; Bass and drum

loop_noise:

.db 0x02,0x23,0x12,0x1d,0x21

.db 0x02,0x23,0x06,0x1d,0x21

.db 0x02,0x45,0x0c,0x1c,0x11

.db 0x02,0x23,0x0c,0x1d,0x21

.db 0x02,0x23,0x18,0x1d,0x21

.db 0x02,0x45,0x0c,0x1c,0x11

.db 0x02,0x23,0x06,0x1d,0x21

.db 0x02,0x23,0x06,0x1d,0x21

.db 0x18

 

; Bass notes

loop_ch3:

.db 0xc0,0x88,0xf0,0x12

.db 0xc0,0x44,0xf0,0x12

.db 0xc0,0x88,0xf0,0x30

.db 0xc0,0x4c,0xf0,0x06

.db 0xc0,0x44,0xf0,0x06

.db 0xc0,0x88,0xf0,0x12

.db 0xc0,0x44,0xf0,0x12

.db 0xc0,0x88,0xf0,0x30

.db 0xc0,0x4c,0xf0,0x06

.db 0xc0,0x44,0xf0,0x06

.db 0xc0,0x80,0xf0,0x12

.db 0xc0,0x40,0xf0,0x12

.db 0xc0,0x80,0xf0,0x30

.db 0xc0,0x44,0xf0,0x06

.db 0xc0,0x40,0xf0,0x06

.db 0xc0,0xb5,0xf0,0x12

.db 0xc0,0x5a,0xf0,0x12

.db 0xc0,0xb5,0xf0,0x30

.db 0xc0,0x60,0xf0,0x06

.db 0xc0,0x5a,0xf0,0x06

.db 0xd8

Edited by newcoleco
Link to comment
Share on other sites

Well, to add the first notes, because it's an effect not supported by Coleco routines, I need to do a workaround which gives this huge pile of data to add just for a few notes. Anyway, the result is not bad at all.

 

MP3 File ( PAL ) : ColecoVision - Commando (bass drum and first notes loop).mp3

 

; Melody

loop_ch2:

.db 0xb8

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x50,0x40,0x02,0x11,0x50

.db 0x81,0x50,0x50,0x02,0x11,0x50

.db 0x81,0x50,0x60,0x02,0x11,0x50

.db 0x81,0x50,0x70,0x02,0x11,0x50

.db 0x81,0x50,0x80,0x02,0x11,0x50

.db 0x81,0x50,0x90,0x02,0x11,0x50

.db 0x81,0x50,0xa0,0x02,0x11,0x50

.db 0x81,0x50,0xb0,0x02,0x11,0x50

.db 0x81,0x50,0xc0,0x02,0x11,0x50

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x55,0xa0,0x02,0x11,0x55

.db 0x81,0x55,0xb0,0x02,0x11,0x55

.db 0x81,0x55,0xc0,0x02,0x11,0x55

.db 0x81,0x5f,0x40,0x02,0x11,0x5f

.db 0x81,0x5f,0x50,0x02,0x11,0x5f

.db 0x81,0x5f,0x60,0x02,0x11,0x5f

.db 0x81,0x5f,0x70,0x02,0x11,0x5f

.db 0x81,0x5f,0x80,0x02,0x11,0x5f

.db 0x81,0x5f,0x90,0x02,0x11,0x5f

.db 0x81,0x5f,0xa0,0x02,0x11,0x5f

.db 0x81,0x5f,0xb0,0x02,0x11,0x5f

.db 0x81,0x5f,0xc0,0x02,0x11,0x5f

.db 0x81,0x5f,0xd0,0x02,0x11,0x5f

.db 0x81,0x5f,0xe0,0x02,0x11,0x5f

.db 0x81,0x5f,0xe0,0x02,0x11,0x5f

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x5f,0x40,0x02,0x11,0x5f

.db 0x81,0x5f,0x50,0x02,0x11,0x5f

.db 0x81,0x5f,0x60,0x02,0x11,0x5f

.db 0x81,0x5f,0x70,0x02,0x11,0x5f

.db 0x81,0x5f,0x80,0x02,0x11,0x5f

.db 0x81,0x5f,0x90,0x02,0x11,0x5f

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x5f,0x40,0x02,0x11,0x5f

.db 0x81,0x5f,0x50,0x02,0x11,0x5f

.db 0x81,0x5f,0x60,0x02,0x11,0x5f

.db 0x81,0x55,0x40,0x02,0x11,0x55

.db 0x81,0x55,0x50,0x02,0x11,0x55

.db 0x81,0x55,0x60,0x02,0x11,0x55

.db 0x81,0x55,0x70,0x02,0x11,0x55

.db 0x81,0x55,0x80,0x02,0x11,0x55

.db 0x81,0x55,0x90,0x02,0x11,0x55

.db 0x81,0x55,0xa0,0x02,0x11,0x55

.db 0x81,0x55,0xb0,0x02,0x11,0x55

.db 0x81,0x55,0xc0,0x02,0x11,0x55

.db 0xb2

.db 0x98

 

; Melody support (second note barely audible but important anyway)

loop_ch1:

.db 0x78

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0xc0,0x02,0x11,0x7f

.db 0x41,0x7f,0xd0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0xc0,0x02,0x11,0x7f

.db 0x41,0x7f,0xd0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0xc0,0x02,0x11,0x7f

.db 0x41,0x7f,0xd0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x60,0x02,0x11,0x7f

.db 0x41,0x7f,0x70,0x02,0x11,0x7f

.db 0x41,0x7f,0x80,0x02,0x11,0x7f

.db 0x41,0x7f,0x90,0x02,0x11,0x7f

.db 0x41,0x7f,0xa0,0x02,0x11,0x7f

.db 0x41,0x7f,0xb0,0x02,0x11,0x7f

.db 0x41,0x7f,0xc0,0x02,0x11,0x7f

.db 0x41,0x7f,0xd0,0x02,0x11,0x7f

.db 0x41,0x7f,0xe0,0x02,0x11,0x7f

.db 0x72

.db 0x58

Link to comment
Share on other sites

MP3 File ( PAL ) : ColecoVision - Commando (first seconds).mp3

 

Too bad that it takes hours to add a dozen of seconds to the music. Very time consuming so I'm gonna stop there for now.

 

; Melody support (first seconds?)

loop2_ch2:

.db 0xb8

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xa0,0x50,0x02,0x11,0x50

.db 0x81,0xa0,0x60,0x02,0x11,0x50

.db 0x81,0xa0,0x70,0x02,0x11,0x50

.db 0x81,0xa0,0x80,0x02,0x11,0x50

.db 0x81,0xa0,0x90,0x02,0x11,0x50

.db 0x81,0xa0,0xa0,0x02,0x11,0x50

.db 0x81,0xa0,0xb0,0x02,0x11,0x50

.db 0x81,0xa0,0xc0,0x02,0x11,0x50

.db 0x81,0xa0,0xd0,0x02,0x11,0x50

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0xb0,0x02,0x11,0x55

.db 0x81,0xaa,0xc0,0x02,0x11,0x55

.db 0x81,0xaa,0xd0,0x02,0x11,0x55

.db 0x81,0xbe,0x50,0x02,0x11,0x5f

.db 0x81,0xbe,0x60,0x02,0x11,0x5f

.db 0x81,0xbe,0x70,0x02,0x11,0x5f

.db 0x81,0xbe,0x80,0x02,0x11,0x5f

.db 0x81,0xbe,0x90,0x02,0x11,0x5f

.db 0x81,0xbe,0xa0,0x02,0x11,0x5f

.db 0x81,0xbe,0xb0,0x02,0x11,0x5f

.db 0x81,0xbe,0xc0,0x02,0x11,0x5f

.db 0x81,0xbe,0xd0,0x02,0x11,0x5f

.db 0x81,0xbe,0xe0,0x02,0x11,0x5f

.db 0x81,0xbe,0xe0,0x02,0x11,0x5f

.db 0x81,0xbe,0xe0,0x02,0x11,0x5f

.db 0xac

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0xb0,0x02,0x11,0x55

.db 0x81,0xaa,0xc0,0x02,0x11,0x55

.db 0x81,0xaa,0xd0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0xb8

.db 0xb8

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xa0,0x50,0x02,0x11,0x50

.db 0x81,0xa0,0x60,0x02,0x11,0x50

.db 0x81,0xa0,0x70,0x02,0x11,0x50

.db 0x81,0xa0,0x80,0x02,0x11,0x50

.db 0x81,0xa0,0x90,0x02,0x11,0x50

.db 0x81,0xa0,0xa0,0x02,0x11,0x50

.db 0x81,0xa0,0xb0,0x02,0x11,0x50

.db 0x81,0xa0,0xc0,0x02,0x11,0x50

.db 0x81,0xa0,0xd0,0x02,0x11,0x50

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0xb0,0x02,0x11,0x55

.db 0x81,0xaa,0xc0,0x02,0x11,0x55

.db 0x81,0xaa,0xd0,0x02,0x11,0x55

.db 0x81,0xbe,0x50,0x02,0x11,0x5f

.db 0x81,0xbe,0x60,0x02,0x11,0x5f

.db 0x81,0xbe,0x70,0x02,0x11,0x5f

.db 0x81,0xbe,0x80,0x02,0x11,0x5f

.db 0x81,0xbe,0x90,0x02,0x11,0x5f

.db 0x81,0xbe,0xa0,0x02,0x11,0x5f

.db 0x81,0xbe,0xb0,0x02,0x11,0x5f

.db 0x81,0xbe,0xc0,0x02,0x11,0x5f

.db 0x81,0xbe,0xd0,0x02,0x11,0x5f

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0x50,0x02,0x11,0x55

.db 0x81,0xaa,0x60,0x02,0x11,0x55

.db 0x81,0xaa,0x70,0x02,0x11,0x55

.db 0x81,0xaa,0x80,0x02,0x11,0x55

.db 0x81,0xaa,0x90,0x02,0x11,0x55

.db 0x81,0xaa,0xa0,0x02,0x11,0x55

.db 0x81,0xaa,0xb0,0x02,0x11,0x55

.db 0x81,0xaa,0xc0,0x02,0x11,0x55

.db 0x81,0xaa,0xd0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0x81,0xaa,0xe0,0x02,0x11,0x55

.db 0xb8

.db 0x98

 

; Melody (first seconds?)

loop2_ch1:

.db 0x72

.db 0x42,0xfe,0x30,0x06,0x1c,0x22

.db 0x42,0xfe,0x20,0x0c,0x1c,0x33

.db 0x42,0xfe,0x20,0x0c,0x1c,0x33

.db 0x42,0xfe,0x20,0x18,0x1c,0x33

.db 0x42,0xfe,0x20,0x0c,0x1c,0x33

.db 0x42,0xfe,0x20,0x0c,0x1c,0x33

.db 0x66

.db 0x42,0xaa,0x30,0x06,0x1c,0x22

.db 0x42,0xaa,0x20,0x0c,0x1c,0x33

.db 0x42,0xaa,0x20,0x0c,0x1c,0x33

.db 0x42,0xaa,0x20,0x0c,0x1c,0x33

.db 0x42,0xaa,0x20,0x18,0x1c,0x33

.db 0x43,0x5f,0x11,0x18,0x11,0x1c,0x1d,0x42

.db 0x42,0xa0,0x30,0x18,0x1c,0x33

.db 0x42,0xaa,0x20,0x18,0x1c,0x33

.db 0x42,0xa0,0x20,0x18,0x1c,0x33

.db 0x42,0xaa,0x20,0x0c,0x1c,0x33

.db 0x42,0xbe,0x20,0x0c,0x1c,0x33

.db 0x66

.db 0x42,0xe2,0x30,0x06,0x1c,0x22

.db 0x42,0xe2,0x20,0x0c,0x1c,0x33

.db 0x42,0xe2,0x20,0x0c,0x1c,0x33

.db 0x42,0xe2,0x20,0x0c,0x1c,0x33

.db 0x42,0xe2,0x20,0x18,0x1c,0x33

.db 0x43,0x5f,0x11,0x0c,0x11,0x1c,0x1d,0x42

.db 0x43,0x5f,0x11,0x06,0x11,0x38,0x1d,0x42

.db 0x43,0x5f,0x11,0x06,0x11,0x38,0x1d,0x42

.db 0x58

Link to comment
Share on other sites

ROM File with source ( need sdcc, and my WIP Coleco devkit ) : cv_commando_pal.zip

 

I've notice that the music data is already reaching 4K which is a lot of data. Well, I've tried to improve the music, but I'm not sure it's better this way. Anyway, have fun!

 

This topic ends here. Now you've a good idea how I proceed to make music, step by step, one note at a time, very time consuming but sometimes the result worths it. No midi or music tracker, no conversion, just me and my knowledge.

Edited by newcoleco
Link to comment
Share on other sites

I just want to let you all know that I've posted an updated "source code + rom + mp3" files at my blog at the following link :

 

http://newcoleco.dev-fr.org/p4204/2010-04-29-colecovision-commando-music.html

 

I don't think I'll continue the project because I've already other projects to do, like updating my devkit constantly in evolution. I hope to finish a stable version soon because now it's getting late to release something new this summer and I still want to make a special Coleco project this year. Well, time to go now! Good night and enjoy!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...