Search found 1382 matches

by Artcfox
Mon Jul 10, 2023 1:15 pm
Forum: Uzebox Emulator
Topic: CUzeBox - The new official Uzebox emulator
Replies: 321
Views: 448188

Re: CUzeBox - The new official Uzebox emulator

Bluescreen2001 wrote: Mon Jul 10, 2023 12:32 pm Oh, dumb me. :o
No, I only started it and assumed there will appear some kind of user interface or file selector. Should have read instructions. With passing a uze file it works. Sorry for bothering you. :D
No worries, I'm glad it is working now. Welcome to the forum!
by Artcfox
Mon Jul 10, 2023 12:30 pm
Forum: Hardware
Topic: Daemonbite SNES controller to USB adapter
Replies: 13
Views: 1015

Re: Daemonbite SNES controller to USB adapter

I don't have a NES pad to test that but it looks like they both use the same wiring on the adapter. You would need a NES gamepad to test it before you could claim one config covers both. This leads me to believe it might work: https://pinoutguide.com/Game/snescontroller_pinout.shtml but I can't be ...
by Artcfox
Mon Jul 10, 2023 12:20 pm
Forum: Uzebox Emulator
Topic: CUzeBox - The new official Uzebox emulator
Replies: 321
Views: 448188

Re: CUzeBox - The new official Uzebox emulator

Hi, I just tried the Windows binaries from the first post of this thread on my Windows 10 machine. It does not even start. Nothing happens at all. No errors, nothing. Are the binaries broken? Sorry, I have not read this whole thread, because of it's length. So may be I missed something. Thank you T...
by Artcfox
Mon Jul 10, 2023 7:21 am
Forum: Hardware
Topic: Daemonbite SNES controller to USB adapter
Replies: 13
Views: 1015

Re: Daemonbite SNES controller to USB adapter

My PR to get this controller added to the controllerdb file got declined because it can also be configured for NES controllers, which obviously uses a different set of mappings. Bummer, but understandable. A long shot, but I wonder if the NES config is a strict subset of the SNES config, such that ...
by Artcfox
Mon Jul 10, 2023 6:35 am
Forum: Tools, Documentation & Tutorials
Topic: Uzebox Patch Studio
Replies: 48
Views: 40765

Re: Uzebox Patch Studio

The fix has been merged to the official uzebox-patch-studio repo. Flávio has given me push rights, so maybe it can be maintained where it is (like cuzebox is in its own repo) with instructions in our tools directory to get the code and build it? That sounds better than having submodules, or copying ...
by Artcfox
Mon Jul 10, 2023 4:33 am
Forum: Tools, Documentation & Tutorials
Topic: Uzebox Patch Studio
Replies: 48
Views: 40765

Re: Uzebox Patch Studio

Actually, I got it to build on Debian 12 against the newer libwxgtk3.2-dev library by making the following code changes: diff --git a/uzebox-patch-studio.cpp b/uzebox-patch-studio.cpp index d33a5eb..6c8debc 100644 --- a/uzebox-patch-studio.cpp +++ b/uzebox-patch-studio.cpp @@ -576,9 +576,9 @@ int UP...
by Artcfox
Mon Jul 10, 2023 2:38 am
Forum: Tools, Documentation & Tutorials
Topic: Uzebox Patch Studio
Replies: 48
Views: 40765

Re: Uzebox Patch Studio

An argument against: It has a very large dependency, that is not available in current versions of Linux, so you would need to download and compile the source code (very long time) for the older library to get it to build, and there is no guarantee that it will compile with a newer compiler. What is ...
by Artcfox
Sun Jul 09, 2023 11:41 pm
Forum: Hardware
Topic: Daemonbite SNES controller to USB adapter
Replies: 13
Views: 1015

Re: Daemonbite SNES controller to USB adapter

I've updated the OP with the SDL2 controller config to get the daemonbite working with cuzebox. Nice! You have the same exact controller config line listed twice. You only need it in there once. Edit: You could probably also submit that line to the author of the gamecontrollerdb.txt repo, and then ...
by Artcfox
Sun Jul 09, 2023 11:27 pm
Forum: Programming & Software
Topic: C64 SID emulation
Replies: 52
Views: 20420

Re: C64 SID emulation

I don't see anything wrong with that. It's trading cycles for streaming data.
by Artcfox
Sun Jul 09, 2023 11:16 pm
Forum: Games & Demos
Topic: Defender
Replies: 72
Views: 17953

Re: Defender

You don't need to clone from his repository if you only want the changes from his mode52 branch. # Clone and build the official Uzebox repository (I'm assuming you have already done this): git clone https://github.com/uzebox/uzebox cd uzebox make # Add Jubatian's fork as a new remote called "ju...