|
- 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
- How to load a game? - Commander X16
Forum rules Post guides, tutorials, and other instructional content here This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area Tech support questions should be asked in Hardware or Software support
- Guides and Tutorials - Commander X16
Forum rules Post guides, tutorials, and other instructional content here This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area Tech support questions should be asked in Hardware or Software support
- 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
- Official Software - Commander X16
1 Replies 436204 Views Last post by TomXP411 Tue Dec 24, 2024 1:04 am
- The X16 Serial Card Intro and Notes - Connecting Two X16s - Commander X16
I use port 6400 just since that's what I got used to using on the JimDrew WiModem232's - Use the command "ATI" to see what IP address your "network-serial-modem" has been assigned - Then, on X16 #2, use a dial command like this (replacing the IP with the one reported from the ATI command in X16 #1, and replacing the port with whatever you picked in the ATAn command earlier):
- Libraries and Examples - Commander X16
↳ Commander X16 Forums ↳ Rules Policies ↳ CX16 General Chat ↳ Programming ↳ Guides and Tutorials ↳ CX16 Hardware Support ↳ X16 Software Support ↳ X16 Feature Requests ↳ Website Feedback And Support ↳ Murray2 CX16 Discussion Archive ↳ Works In-Progress Discussion ↳ Libraries and Examples
- 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
|
|
|