Air Zonk music engine

hu, cd, scd, acd, supergrafx discussions.
Post Reply
tomaitheous
Posts: 88
Joined: Mon Jun 23, 2008 1:58 pm

Air Zonk music engine

Post by tomaitheous »

Yo-ho-ho and a bottle of rum. Everything's almost finished. I just need to go over everything and put the operand number next to the function list.

A document explaining the format:

Update: 3/03/2009
http://pcedev.net/docs/Air_Zonk/air_zonk.txt


Here's a music engine written from scratch to play the Air Zonk format. Source and pre-assembled ROM both available.

Update: v1.9

- Fixed what I think is the last bug (another key release condition). Added ability to change the tempo with the gamepad (displays on screen).

http://pcedev.net/docs/Air_Zonk/air_zonk_MML_WIP.zip
Last edited by tomaitheous on Tue Mar 10, 2009 7:17 pm, edited 9 times in total.
User avatar
MooZ
Site Admin
Posts: 407
Joined: Sun Jun 22, 2008 3:19 pm
Location: Lvl 3
Contact:

Re: Air Zonk music engine

Post by MooZ »

Thanks a lot!
I'm wondering if it'll be possible to make a mml/mck driver out of it...
tomaitheous
Posts: 88
Joined: Mon Jun 23, 2008 1:58 pm

Re: Air Zonk music engine

Post by tomaitheous »

MooZ wrote:Thanks a lot!
I'm wondering if it'll be possible to make a mml/mck driver out of it...
It would be pretty easy to re-write the entire engine/driver.

I wrote some example code converting the first track(channel) of song #9 of the rom - http://pcedev.net/docs/Air_Zonk/example.txt
tomaitheous
Posts: 88
Joined: Mon Jun 23, 2008 1:58 pm

Re: Air Zonk music engine

Post by tomaitheous »

Double post..... <_<;

I present a WIP engine - http://pcedev.net/docs/Air_Zonk/air_zonk_MML_WIP.zip (source and rom included). :D

See beginning of thread for details.
User avatar
Arkhan
Posts: 9
Joined: Fri Aug 29, 2008 3:28 am
Location: Ohio (USA)
Contact:

Re: Air Zonk music engine

Post by Arkhan »

hmm interesting.

I started working on an MML parser myself a month or so ago. It's turning out alright...

Although, Magic Kit has it already...and it is HuC that lacks it.
HOW I MINE 4 FISH!?1/1
tomaitheous
Posts: 88
Joined: Mon Jun 23, 2008 1:58 pm

Re: Air Zonk music engine

Post by tomaitheous »

Looking over the one Dave did for Mkit, it is missing the more advance FX support. Or the at least the sound.asm file in HuC bundle.

Updated player ver. 1.9
Post Reply