randyrossi
randyrossi
Yes, this is doable. PWM audio is what's needed. It's supported by circle but I'd have to make some code changes. I'm taking a bit of a break from bmc64...
This sounds familiar. I can't get any joystick setting to work with TFCIII cartridge. Even keysets and usb joysticks don't seem to register. Oddly enough, if you have a mouse...
This remains a mystery. If you select 'BASIC' from the desktop menu, then the fire button will activate the pointer control and joystick directions start working. However, if you go...
Y, this can probably be done by adding 4 more I/O pins to the keyboard scan routine like you've outlined above. They should be 'fixed' like the existing C64 matrix...
https://cdn.sparkfun.com/assets/learn_tutorials/4/2/4/header_pinout.jpg On Wed, Nov 10, 2021 at 1:32 PM Nick Goodman ***@***.***> wrote: > i started changing the code in viceapp.h: > > under this : > #define NO_FIXED_PURPOSE_1_INDEX 19...
You would need a Linux distribution with the dependencies installed. If you put together all your changes and submit it as a pull request in github, I can try to...
You can ignore that first warning. It's getting stuck on building VICE. Try 'sudo apt-get install autoconf autotools-dev Any difference after that? On Fri, Aug 5, 2022 at 1:04 PM...
Try going into vice-3.3 dir and running autogen.sh again. I think the problem is your automake version is higher than the one I used. I'm not sure what other issues...
sudo apt-get install flex ? On Mon, Sep 4, 2023 at 8:16 AM jmmparis ***@***.***> wrote: > hi Nickgoodmanuk, > I have the same error, do you solve it ?...
I can try to put together a docker build for this. The build has never been solid. It’s laziness on my part. On Tue, Sep 5, 2023 at 2:15 PM...