Offline

Video: http://www.youtube.com/watch?v=6pAeWf3NPNU

Audio only: https://mediacru.sh/qSLb0oNtezJo (Click on the cogs to download in FLAC format)

The music and video are not mine; all I take credit for is getting it to play on the calculator. I did not use any existing trackers to create this, instead writing the music and video playback code from scratch. The video runs at 96x64 at 30FPS, while the music plays through 3 square wave channels and one noise channel.

Last edited by fb39ca4 (Jan 21, 2014 7:01 pm)

Offline
bed

I reiterate the point I made on Reddit that this is amazing. wink

Offline
Nomad's Land

Awesome. Would you care to share the sound driver? Sounds much better than my crap tongue I assume it uses 15MHz mode?

Ed: Ah, question answered. Maybe I should check omnimaga more often. wink

Last edited by irrlichtproject (Jan 21, 2014 7:17 pm)

Offline

Mine is using interrupts, so 15MHz is almost necessary because of the overhead from them. I've heard your music on soundcloud. What method does your sound routine use?

Offline

wow

Offline
New Orleans, Louisiana

Pretty impressive.

Offline
Nomad's Land

@fb39ca4: All my routines use internal counters. Can't use 15MHz as I'm programming for TI-82 wink So no overhead, but it eats up most of the cpu time. I also use several routines ported from ZX Spectrum, they work the same way.