copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Commander X16™ About FAQ About Commander X16 What is the Commander X16? Welcome! The Commander X16 is David Murray aka The 8-Bit Guy’s dream computer, designed to evoke the same fondness and nostalgia many of us had for 8-Bit computers, whilst retaining closeness to the hardware from a programming perspective, unlike the Raspberry Pi and others
Commander X16 100 REM SEE HTTPS: 10PRINT ORG 105 REM ADAPTED BY GIOVANNI GIORGI 106 REM V 1 1 110 PRINT CHR$ (147); "OLD SCHOOL MAZE DEMO" 115 FOR MC = 1 TO 3 118 PRINT "MAZE TYPE ", MC 120 FOR ROW = 1 TO 16 200 FOR I = 1 TO 32 300 IF MC <=1 THEN PRINT CHR$ (205 50+RND (1)); 310 IF MC =2 THEN PRINT CHR$ (205 25+RND (1)); 320 IF MC =3 THEN PRINT CHR$ (204+ (RND (1)+ 5)*3); 400 NEXT I 500 PRINT 600 NEXT ROW
Loading Programs from SD Card Image - Commander X16 Is there a way to properly load programs with associated BIN files from the SD card image? If you were using the host filesystem, you can call the emulator from the folder with the program, but you can't do that with the SD card image Besides, I don't want to have to have the program preloaded when I start the emulator with no way to run any other programs without using a different batch file
Commander X16 - Index page 1611 Topics 16604 Posts Last post Re: Calling routines from dif… by ahenry3068 Mon Jul 07, 2025 12:59 pm Forum Topics Posts Last post Downloads Programs for the Commander X16, including PC development software for CX16 or 6502 development
Commander X16 - Forums Commander X16 Forums Posts Last post Rules Policies Rules, policies, and procedures for using the forums We'll update this from time to time as things change or it becomes apparently we need to adjust the rules for a specific case
Access to banked memory by expansion cards - Commander X16 DragWx wrote: ↑ Tue Jun 27, 2023 1:48 am The exact same address lines and data lines which go to the CPU are also available on the expansion connectors, so an expansion card will be able to access literally everything the CPU can access, and each memory address will behave just like they would if you were writing a program To switch banks, you do it the same way a program would: your card
New audio upload: Calliope Zsound Music Player - Commander X16 The folders are organized by their source - most are from VGMrips net (Arcade folder) but since the Zsound VGM conversion tool is able to convert other chips into the Commander X16's chips' formats, you'll find many tunes from Sega Genesis or games that used the YM2202
Time Pilot - Commander X16 The game is completely written in "C" - compiled with llvm-mos for the Commander X16 The "C" code came from a version I had in progress for the Apple IIgs in 65816 assembly, so the code is maybe a little odd -- tons of global variables which were zero page variables in the Apple IIgs version
About the keyboard - Commander X16 @Perifractic I keep "almost" ordering the Commander X16 keyboard from WASD, but I really want a 104-key keyboard, because it's going to get used as a general purpose computing keyboard until the X16 finally releases What are the chances of being able to get this keyboard in a 104-key version? Is that possible, or is it just a flat "no", since the CX16 doesn't read the numeric keypad scan codes?
FAQ Update for Gen-2 aka CX16GS system - Page 5 - Commander X16 The computer was named "Commander X16" because it was originally supposed to use a 65C816 Kevin and David backed off from that, because Kevin couldn't figure out the 24-bit address decoding without an FPGA (which people also screamed and yelled about), and the PET style X16 was the result