Search found 4 matches

by chn
Wed Jun 30, 2004 4:39 am
Forum: Programming Discussion
Topic: Integers, rounding and digital audio filters
Replies: 5
Views: 252

Why not just let the compiler handle that stuff and use the / operator? Any modern compiler will convert divisions by a power of two to shift instructions anyway. result = a / (1 << N_SHIFTS); is equivalent to result = a >> N_SHIFTS; except that the first version always rounds towards zero. If you r...
by chn
Sun Jun 27, 2004 11:37 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Submit News Topic
Replies: 256
Views: 25242

Nice one :)

/Christian
by chn
Mon Mar 08, 2004 8:11 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Gianas Returns OUT NOW
Replies: 49
Views: 3728

Been playing this today it does not feel like gina sisters c64 or amiga version but like mario gina sister hack for one the controls are changed making it odd for me to play.In gina sisters pressing up and left or right made her jump. also she does not shoot when she gets big hair once. Not true. A...
by chn
Tue Feb 17, 2004 7:48 am
Forum: Homebrew Software and Indie Games Discussion
Topic: Giana Sisters, why ain't anyone voting!?!?
Replies: 48
Views: 2368

Hehe, thanks guys, I thought it was already decided for the GP32 :)

/chris