-
Adding BASIC command to Commander X16 kernal
29/02/2024Developing for the Commander X16 kernal can be a daunting task. It is a large project and a lot of the existing code comes from the original CBM BASIC and…
-
How to make library modules for CC65/CA65
05/05/2023The text below is copied directly from the posts at https://www.commanderx16.com/forum/viewtopic.php?p=25298. All credits should go to the respective authors, ZeroByte and Kliepatsch. Making libraries in CA65 is quite straightforward, but your…
-
Turning an Arduino Uno or Nano into a USB Joystick controller for Atari/Commodore Joysticks
30/01/2022I have never been able to get used to playing Commodore 64 games in Vice with the keyboard or a gamepad. I don’t have any USB joysticks and I find…
-
Commodore 64 to Commander X16 converter
17/09/2021Here I want to provide an example of a very very simple program for the Commodore 64 and what is needed in order to convert that program to run on the Commander…
-
Accessing exported/shared filesystem directly from Control Station on VNX unified or file
21/07/2021On all EMC VNX systems running as Unified or File, it is possible to access the exported/shared filesystems directly from the Control Station of the VNX without having the proper…
-
Modifying the Philips Videpac G7000
10/07/2021This is a quick draft, later I will add pictures and diagrams I recently acquired a Philips Videopac G7000, but it was in fairly poor condition. I decided to modify…
-
My 1st assembler game for CX16 – part 3 (final part)
20/11/2019Continuing from part 2 where finished by getting the initial game screen shown. In the meantime I have made it to a playable version of the game. This time I won’t be…
-
My 1st assembler game for CX16 – part 2
25/10/2019Continuing from part 1 where I created 3 small functions: GotoXY, HLine and VLine. I am going to create a couple more “helper” functions as well as the function that will initialize…
-
My 1st assembler game for CX16 – part 1
30/09/2019After I got done with Hello World in assembler for the Commander X16, I needed a new project to keep on learning about assembler programming for the 6502 processor and the CX16….
-
Hello, World on Commander X16
20/09/2019First things first. I have been following The 8-bit Guys dream computer for quite a while now and finally decided that I would like to try my hand on some assembler programming…