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
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
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
New User and Owner of A Commander X16 Then I went down to the Commander X16 Reference Manual section and in it there is a sentence "Being a reference manual it is light on some details with some expected fundamental knowledge If you are brand new to the X16, consider consulting the User Guide first " The User Guide link takes you to the Getting Started and User Guide PDFs
r43 debugger doesnt stop at breakpoint - Commander X16 So I switch to version r43 to be able to use the new scan code mechanics, and while that is working great I needed to use the debugger (The one activated by using -debug in the emulator command line ) and it seems to let me set a breakpoint, but now displays it as 6 digits and when I press F5 and run the program, it doesn't stop at the breakpoint DragWx Posts: 408 Joined: Tue Mar 07
WASD Keyboard - Commander X16 After seeing the availability of the Commander X16 Deluxe Keyboard on WASD I think I'm inspired to finally commit Even if the project doesn't make it for some reason, I still think it's a cool looking keyboard and the key labels don't matter to me, I can touch type on a blank keyboard