Search found 6 matches

by cjoudrey
Mon Jul 27, 2009 4:53 pm
Forum: Programming & Software
Topic: Seperate palettes for sprites
Replies: 1
Views: 2105

Seperate palettes for sprites

Hey guys, I don't know if it was suggested yet, but I think it would be interesting to separate the sprite palette colors from the sprite tiles. The idea is that sometimes you have sprites that share the exact same tiles and maps, but have different colors. You would then be able to specify what pal...
by cjoudrey
Sat Jul 25, 2009 5:04 pm
Forum: Programming & Software
Topic: Weird crash (SOLVED)
Replies: 2
Views: 2485

Re: Weird crash

Wow.. Well you are right.. I removed the PROGMEM from my maps variable as well as my grid variable and it works perfectly.

Thanks for the reference, I'm going to go read about PROGMEM :)
by cjoudrey
Sat Jul 25, 2009 3:46 pm
Forum: Programming & Software
Topic: Weird crash (SOLVED)
Replies: 2
Views: 2485

Weird crash (SOLVED)

Hey guys, I've just ran into a weird problem and I can't seem to be able to debug why the uzebox emulator is crashing... #define GRID_WIDTH (15) #define GRID_HEIGHT (3) #define GRID_SIZE (GRID_WIDTH * GRID_HEIGHT) const int grid[GRID_SIZE] PROGMEM = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
by cjoudrey
Sat Jul 25, 2009 2:45 pm
Forum: Programming & Software
Topic: Uzebox SD Gameloader V0.4.5
Replies: 179
Views: 202583

Re: Uzebox SD Gameloader Alpha...at last!

1 word: AWESOME !!! :)

Good job to both of you !!

Really a step forward !! :)
by cjoudrey
Tue Jul 21, 2009 4:27 pm
Forum: General Discussions
Topic: New Features Incubator
Replies: 41
Views: 40907

Re: New Features Incubator

Sounds awesome Uze !

Can't wait ! :))
by cjoudrey
Mon Jul 20, 2009 4:42 am
Forum: General Discussions
Topic: New Features Incubator
Replies: 41
Views: 40907

Re: New Features Incubator

The SD Card reader is really a must especially since FuzeBox kits have been made available.

Opening the case each time to change game is frustrating.

My 2 cents.