Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Multiboot   Message List  
Reply | Forward Message #6745 of 15019 |
Re: [gbadev] Is there still a programming list for GBC

Dave Murphy wrote:
> or did that die a death when listbot stopped?
>
> I've had a look through the egroups listings but there don't seem to be any
> majorly active programming lists.

It moved to this ex-egroups yagoogroups too. First
devgameboy@yahoogroups.com was the new replacement list, then finally
after some discussion gbdev@yahoogroups.com became the final one.

Credo <credo@...>



Wed Sep 5, 2001 1:42 am

credo@...
Send Email Send Email

Forward
Message #6745 of 15019 |
Expand Messages Author Sort by Date

or did that die a death when listbot stopped? I've had a look through the egroups listings but there don't seem to be any majorly active programming lists. ...
Dave Murphy
davem@...
Send Email
Sep 5, 2001
1:16 am

... It moved to this ex-egroups yagoogroups too. First devgameboy@yahoogroups.com was the new replacement list, then finally after some discussion...
credo@...
Send Email
Sep 5, 2001
3:19 am

are there any open source mod-players for the GBA around? or for any other platform for that matter? im pretty interested in looking into the sound side of the...
Neil Holmes
ninge1@...
Send Email
Sep 5, 2001
9:33 am

Hello Neil, Wednesday, September 05, 2001, 11:32:40 AM, you wrote: NH> are there any open source mod-players for the GBA around? or for any other NH> platform...
groepaz
groepaz@...
Send Email
Sep 5, 2001
10:09 am

Well the best I can do at the moment for a 4 channel Amiga mod is about 13% at 21024Hz Please tell me if I do this calculation correctly:- Player = around 30...
Paul Carter
paul.carter2@...
Send Email
Sep 6, 2001
12:59 pm

Has anyone been successful in displaying text to the Mappy debug console using ARM SDT? Niether of the versions of the Mappy SDK I've found have asm source...
Jesse McIntyre
jesse.m@...
Send Email
Sep 6, 2001
1:34 pm

There's a bug in Mappy, wait for the next version to be released. No I don't know the release date ;) -- Greg "Sans music...
6re9ouINet
gregory.saugis@...
Send Email
Sep 6, 2001
1:51 pm

Search the Archives for "ARM DebugPrint()". There is example code that works. I have this working using Mappy V0.7. If you can't get it to work then email me...
Miles Andy
andy.miles@...
Send Email
Sep 6, 2001
3:35 pm

//For MappyVM by joat: void dprint(char *string) { __asm { mov r2, r0 mov r0, #0xC0DED00D mov r1, #0 and r0, r0, r0 } } afaik you will need to have the option...
Dan Cotter
dancotter@...
Send Email
Sep 6, 2001
9:50 pm

... You know, everyone says that, but I've gotten it to work maybe 60% of the time, which is certainly better than not having a debug function at all. Just...
Charlie Kilian
ck@...
Send Email
Sep 6, 2001
11:28 pm

I found this, and found a way of getting it working most of the time. Someone else told me this, can't remember who, but if your mouse pointer is over the...
Francis Lillie
francis_lillie@...
Send Email
Sep 7, 2001
3:08 am

Hello Paul, Thursday, September 06, 2001, 10:52:12 PM, you wrote: PC> Well the best I can do at the moment for a 4 channel Amiga mod is about 13% at 21024Hz ...
groepaz
groepaz@...
Send Email
Sep 6, 2001
5:13 pm

13% at 21k is pretty good ;) btw ppl, I'm not syncing with vsync. I'm using timer+interrupts -Stephen ... From: Paul Carter To: gbadev@yahoogroups.com Sent:...
Stephen Stair
sgstair@...
Send Email
Sep 6, 2001
2:00 pm

Hello Stephen, Thursday, September 06, 2001, 3:47:59 PM, you wrote: SS> 13% at 21k is pretty good ;) yep ;=) SS> btw ppl, I'm not syncing with vsync. I'm...
groepaz
groepaz@...
Send Email
Sep 6, 2001
3:35 pm

well. .that's not entirely true... remember that the hblank dma does have higher priority than current code being executed ;) actually, using only 16lines or...
Stephen Stair
sgstair@...
Send Email
Sep 6, 2001
5:06 pm

Yeah... Would it not also screw up time critical DMA? i.e I want to DMA something at line 150 but the mod player interrupts on the timer and delays the DMA...
Paul Carter
paul.carter2@...
Send Email
Sep 6, 2001
5:09 pm

... So it runs twice as slow as 16-bit code from ROM...;) Mark...
Mark Wayland
mwayland@...
Send Email
Sep 7, 2001
4:17 pm

I was wondering about that! - I only found out the other day that I had been compiling 32 bit C ... I have to fiddle around with it and see exactly what speed...
Paul Carter
paul.carter2@...
Send Email
Sep 7, 2001
6:09 pm

... From: "Paul Carter" <paul.carter2@...> To: <gbadev@yahoogroups.com> Sent: Thursday, September 06, 2001 10:52 PM Subject: Re: Re[2]: [gbadev]...
Adam Bienias
nauplay@...
Send Email
Sep 6, 2001
5:05 pm

Whoa! Yeah... I have looped samples + volume etc... 8% = New goals for me to aim for now! Thanks for the inspiration! Later... Paul. ... From: Adam Bienias To:...
Paul Carter
paul.carter2@...
Send Email
Sep 6, 2001
8:10 pm

hmm.. I've had looped samples+volume all along ... I'm at about 7% with 16khz, but if i unrolled my loops a bit more, I could probably get 8% at 22k =) more...
Stephen Stair
sgstair@...
Send Email
Sep 7, 2001
4:08 am

cheers guys :) - ill take a look! ... From: Neil Holmes [mailto:ninge1@...] Sent: 05 September 2001 10:33 To: gbadev@yahoogroups.com Subject: RE:...
Neil Holmes
ninge1@...
Send Email
Sep 5, 2001
1:31 pm

MikMod plays mods and sfx. It's GPL'ed, but as far as I know it's only available for PC, PocketPC and probably Amiga....
Jacco Bikker
Jacco.Bikker@...
Send Email
Sep 5, 2001
10:10 am

The PocketPC doesn't allow for unaligned memory access either and the guy that ported it didn't mention any problems with that. So I suppose MikMod shouldn't...
Jacco Bikker
Jacco.Bikker@...
Send Email
Sep 5, 2001
3:33 pm

Wow! 10%cpu on a 200mhz iPaq... well, My modplayer (1/2 effects implemented) only uses 7% cpu on the gba =P for a 4 channel regular mod file. ;D -Stephen ...
Stephen Stair
sgstair@...
Send Email
Sep 6, 2001
4:06 am

... And you will release your sources :-) off course, so we can admire the beauty of your code .. :-)) Other solution, ask Olivier Lapicque (the author of...
Pierre-Emmanuel CHAUT
pe_chaut@...
Send Email
Sep 6, 2001
7:36 am

... a 4 channel regular mod file. In 44100Hz ? 7% is 1,174,600 cycles, 293,650 cycles per channel, 6.6 cycle per sample ? ... SprawdŸ swoje bezpieczeństwo w...
Adam Bienias
nauplay@...
Send Email
Sep 6, 2001
9:25 am

Hello Adam, ... AB> a 4 channel regular mod file. AB> In 44100Hz ? 7% is 1,174,600 cycles, 293,650 cycles per channel, 6.6 cycle AB> per sample ? 7% ...maybe...
groepaz
groepaz@...
Send Email
Sep 6, 2001
11:21 am

did I ever say 44khz? ;D no, it runs at 16khz at the moment (and sounds pretty darn good!) -Stephen ... From: Adam Bienias To: gbadev@yahoogroups.com Sent:...
Stephen Stair
sgstair@...
Send Email
Sep 6, 2001
5:14 pm

Yeah... I had mine at around that for a while although I wanted to up the sample rate on it to around 22050 (or so) as I found it didnt sound quite good enough...
Paul Carter
paul.carter2@...
Send Email
Sep 6, 2001
8:13 pm
 First  |  |  Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help