Search found 4801 matches

by uze6666
Wed Nov 12, 2008 5:58 am
Forum: Programming & Software
Topic: Screen sections question
Replies: 4
Views: 2697

Re: Screen sections question

Not enough docs eh? My bad...That's the next item on my list... :oops: SCREEN_SECTIONS_COUNT is the number of split screens or scrolling regions you want to have, hence allocate memory for (I've put this because each section requires 15 bytes). Sections are represented by this structure from Kernel....
by uze6666
Tue Nov 11, 2008 3:18 am
Forum: Hardware
Topic: What about games with a...SNES mouse? :)
Replies: 5
Views: 3391

Re: What about games with a...SNES mouse? :)

I figured that's a good use for the SNES cables that come off the Multitaps... Would be kinda nice to have it compatible with a "real" SNES mouse, but then it would also be easy enough to put a second port on it and give a keyboard too. :) Yeah, good idea and you must have a pile of those...
by uze6666
Tue Nov 11, 2008 1:04 am
Forum: Hardware
Topic: What about games with a...SNES mouse? :)
Replies: 5
Views: 3391

Re: What about games with a...SNES mouse? :)

I don't think I ever found documentation for the protocol though. Probably out on the web now, or at least in the source for one of the emulators! If found this, seems to be pretty much it: http://www.raphnet.net/electronique/snesmouse/index_en.php I have an idea for the paint program, when you sta...
by uze6666
Tue Nov 11, 2008 1:00 am
Forum: Uzebox Emulator
Topic: Uzebox Emulator!
Replies: 136
Views: 66509

Re: Emulator?

Well, the only one I know is AVRStudio's integrated emulator. It's cycle perfect and it emulates all the peripherals, but naturally not what is outside the MCU like the Uzebox video stuff. Moreover its not realtime. But just for the cycle counter it has proven itself an essential tool to make the Uz...
by uze6666
Mon Nov 10, 2008 4:17 pm
Forum: Programming & Software
Topic: What programming environment are you guys running?
Replies: 21
Views: 10375

Re: What programming environment are you guys running?

You should include the *nix stuf into the next release so that all linux/mac users can join the fun, I think there are people on this very forum who can contribute to this one if you are busy with the development work. I'd be grateful to anybody who can provide a working unix config. The only thing...
by uze6666
Mon Nov 10, 2008 3:14 am
Forum: Hardware
Topic: So what's inside these things?
Replies: 4
Views: 2831

Re: So what's inside these things?

At 4$, it resemble those dummy cable shipped with my old Matrox Rainbow Runner back in the days. Reading some posts in Amazon, seems that the case. Though, I was not aware certain PCs VGA pinout could contain composite or s-video signals.

Alec
by uze6666
Sun Nov 09, 2008 7:31 pm
Forum: Hardware
Topic: What about games with a...SNES mouse? :)
Replies: 5
Views: 3391

What about games with a...SNES mouse? :)

Remember Mario Paint? DaveyPocket brought back to my memory that Nintendo once made a mouse for it. That's a cool device and it's readily usable on the Uzebox as it doesn't use any special pins! :D I just bough one on eBay and will try to write a game for it some day. Cheers, -Alec ps: What about ha...
by uze6666
Sun Nov 09, 2008 7:22 pm
Forum: Hardware
Topic: AVCore color space
Replies: 1
Views: 2408

AVCore color space

Hey Clay, I'm trying to figure out how to generate a new color table for your balanced DAC. What's the formula I should use for the blue component? Here's the current code I used to generate a palette file I use in Photoshop: int palIndex=0,col=0; for(int i=0;i<256;i++){ pal[palIndex+0]= (byte)((((c...
by uze6666
Sat Nov 08, 2008 6:43 pm
Forum: Programming & Software
Topic: What programming environment are you guys running?
Replies: 21
Views: 10375

Re: What programming environment are you guys running?

Could someone help me setup a working compiling environment? I'm a Windows guy so that why all stuff is not very unix friendly :). I'm sure there's tutorial on how to setup yourself on avrfreaks. On only thing I can contribute is this. I'm assuming you are using the tutorial from the beta 3 release...
by uze6666
Fri Nov 07, 2008 2:41 am
Forum: Programming & Software
Topic: Help, no joystick response
Replies: 5
Views: 3207

Re: Help, no joystick response

:D