Search found 3 matches

by kuwanger
Wed May 05, 2010 2:32 pm
Forum: maxmod
Topic: Small library bug
Replies: 0
Views: 3583

Small library bug

I noticed a small bug in maxmod 1.06. There's code in source/mm_mas.s that looks something like this: mpp_Update_ACHN_notest: ... push {lr} ... ldrb r0, [r6, #MCA_SAMPLE] sub r0, #1 bcc .mppt_achn_nostart @ no sample!! ... .mppt_achn_noinst: push {r4} ... .mppt_achn_nostart: ... .mpp_achn_updated: p...
by kuwanger
Tue Sep 29, 2009 3:30 pm
Forum: maxmod
Topic: Maxmod player
Replies: 4
Views: 16993

Re: Maxmod player

Looking through the source, I see what you mean. I've considered your suggestion, and I made a small hack so that mmgbarom should work as a binary pogoshell plugin with soundbanks. Unfortunately, I've two small problems. Problem one, I've setup the routine to reset on pressing L. The first thing res...
by kuwanger
Mon Sep 28, 2009 2:08 am
Forum: maxmod
Topic: Maxmod player
Replies: 4
Views: 16993

Maxmod player

I'm really impressed with maxmod, especially with mmutil's built-in test gba rom maker. Having said that, I was wondering if the test gba rom could be expanded a little. It'd be nice if the filename of each song was displayed while it was played. It'd also be nice to look through the instrument/samp...