-
Getting C64Studio to work with C128 BASIC and Assembly
C64Studio for building more complex projects for Commodore build targets C64Studio is a .NET based IDE which has some nice macros and dependency linking to connect your BASIC and Assembly files together automatically. Using it with Commodore 128 BASIC and linking the Assembly in add a few extra challenges. Starting with a template Sample Project…
-
URI::InvalidURIError : The scheme mysql2 does not accept the registry part
Debugging URI::InvalidURIError : The scheme mysql2 does not accept the registry part
-
Running a Commodore VICE emulator on a remote Ubuntu Linux machine with Xfvb
The Challenge I want to have a Commodore 128 VICE emulator start up, run some arbitrary BASIC code, and get a snapshot of the output. There are a few settings configurable from the command line to accomplish this: +sound (without this option you will get and error “pa_simple_new(): Connection refused” because you’re *probably* not going…