|
- 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
- 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
- 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
- How to set background color in X16 Basic? - Commander X16
" COLOR [foreground], [background] " will set the foreground and the background color of all new text printed from that moment on If you do " CLS " afterwards, the screen will clear, filling itself with the new background color
- Memory Map - Commander X16
I am sure there are good reasons for all decisions concerning the memory map But to be curious, I am wondering about two things: 1 Zeropage $00 and $01 will be used for memory bank settings and $03-$7f will be available for the user Why not locate the memory bank settings to $7e and $7f and leave $00-$7d to the user? It seems like a cleaner layout to me 2 The I O area is located to $9f00
- 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
|
|
|