Search found 1382 matches

by Artcfox
Wed Oct 04, 2023 11:29 am
Forum: Programming & Software
Topic: Kernel addon for support for slow game controllers
Replies: 44
Views: 24343

Re: Kernel addon for support for slow game controllers

Just a random thought, but I saw in your post about the ESP resetting that you added caps to each VCC and GND pin. I am curious if that could also be the reason why you needed the slow controller patch? Since adding those caps, have you tried the controller without the slow controller patch?
by Artcfox
Tue Sep 19, 2023 5:10 am
Forum: Games & Demos
Topic: New Game: Zooming Secretary
Replies: 32
Views: 27953

Re: New Game: Zooming Secretary

Woah, that is pretty cool! I wonder if there could be an achievement viewer ROM that could look at the EEPROM or save state to determine which achievements to list.
by Artcfox
Thu Sep 07, 2023 1:42 am
Forum: General Discussions
Topic: FabGL
Replies: 21
Views: 5512

Re: FabGL

danboid wrote: Mon Aug 14, 2023 2:16 am Its been mentioned on this forum before but have you seen the rbox?

https://rossumblog.com/2010/06/10/rbox- ... f-a-latte/

Its simpler and cheaper than the bitbox and also uses ARM.
That looks super cool!
by Artcfox
Sun Aug 13, 2023 7:47 am
Forum: Hardware
Topic: Run time off a 9V battery
Replies: 17
Views: 4102

Re: Run time off a 9V battery

I wonder how much of a difference using an efficient level shifter in front of the SD card rather than a voltage divider would cut down on the current consumption. Especially if it let you totally power down the SD card if a game wasn't using it.
by Artcfox
Thu Aug 10, 2023 2:37 pm
Forum: Hardware
Topic: HDMI Uzebox
Replies: 4
Views: 1688

Re: HDMI Uzebox

Looks interesting. I do wonder what the lag time would be (for encoding it, decoding it, and upscaling it, the latter being dependent on the display device). The official "classic" Nintendo re-release had so much input lag when compared to an actual old school Nintendo, I found it hard to ...
by Artcfox
Sat Aug 05, 2023 1:48 pm
Forum: Programming & Software
Topic: Kernel addon for support for slow game controllers
Replies: 44
Views: 24343

Re: Kernel addon for support for slow game controllers

I took a look, but I'm not sure how the added delays will affect games which are already on the edge of the cycle limits, though having it be a complete time option so it's backwards compatible seems like a good idea.
by Artcfox
Sat Jul 29, 2023 2:42 pm
Forum: Uzebox Emulator
Topic: All Uzebox Games Online! (Cuzebox and Emscripten)
Replies: 130
Views: 158743

Re: All Uzebox Games Online! (Cuzebox and Emscripten)

By the way, I've been meaning to update the Online Emulator. Other than networking, what features do you like/dislike? You have done amazing work, but there are some improvements I would like to see. The scaling is still wrong and it makes the graphics on the games look bad, using just the default ...
by Artcfox
Fri Jul 28, 2023 10:08 pm
Forum: Programming & Software
Topic: Compiling on Windows: avr-size does not support option -C
Replies: 4
Views: 1212

Re: Compiling on Windows: avr-size does not support option -C

Yeah, as part of the official AVR patches to GCC, they patch avr-size so it is best to use the official tool chain, rather than the GCC one. You can get it directly from Microchip's website