Search found 1696 matches

by TomXP411
Mon May 13, 2024 9:20 pm
Forum: How-To
Topic: How To: Create an SD Card Image
Replies: 9
Views: 2401

Re: How To: Create an SD Card Image

The SD card image included with the emulator has no relationship to the SD Card Starter kit you downloaded. IIRC, it's basically a "blank disk" that you can use for whatever. Also, you need to actually hook up the image file by using the -sdcard command line option. I haven't bothered with...
by TomXP411
Mon May 13, 2024 9:15 pm
Forum: Works In-Progress Discussion
Topic: Lower Decks II (WIP): Warp Drive - 1-4 player!
Replies: 8
Views: 394

Re: Lower Decks II (WIP): Warp Drive - 1-4 player!

Well, I guess if you're writing this in BASIC, people can modify your netcode for whatever device they choose.
by TomXP411
Mon May 13, 2024 4:20 pm
Forum: Works In-Progress Discussion
Topic: Lower Decks II (WIP): Warp Drive - 1-4 player!
Replies: 8
Views: 394

Re: Lower Decks II (WIP): Warp Drive - 1-4 player!

I'm thinking Lower Decks #3 will be the Transporters - it'll be my excuse to exercise the user port, to "teleport" bytes from one X16 to another (trying to resist buying yet-another-ESP32, or throwing more hardware onto an already expensive kit). But I'll have to PEEK/POKE it. Annoying si...
by TomXP411
Mon May 13, 2024 3:34 am
Forum: X16 Software Support
Topic: New User and Owner of A Commander X16
Replies: 9
Views: 292

Re: New User and Owner of A Commander X16

Also, I'm going to move this out of the How-To forum. This forum is for instructional material and documentation, rather than Q&A or discussion. (That's why post approval is always required.)
by TomXP411
Mon May 13, 2024 3:33 am
Forum: X16 Software Support
Topic: New User and Owner of A Commander X16
Replies: 9
Views: 292

Re: New User and Owner of A Commander X16

For your information, I started searching through the posted documentation again today until I got to the link https://github.com/X16Community/x16-docs. 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 de...
by TomXP411
Mon May 13, 2024 3:29 am
Forum: Works In-Progress Discussion
Topic: Lower Decks II (WIP): Warp Drive - 1-4 player!
Replies: 8
Views: 394

Re: Lower Decks II (WIP): Warp Drive - 1-4 player!

But, but... The third paragraph, it says "Housed in a dilithium crystal converter assembly, the crystals were used as a power source as well as a regulator." That chamber is the "dilithium crystal converter assembly" :) (and "fuel" to me is just generic for any power s...
by TomXP411
Fri May 10, 2024 3:43 pm
Forum: X16 Software Support
Topic: New User and Owner of A Commander X16
Replies: 9
Views: 292

Re: New User and Owner of A Commander X16

Welcome to the group!

The latest SD Card Starter Kit is at https://commanderx16.com/sdcard

Official Docs: https://github.com/X16Community/x16-docs
by TomXP411
Thu May 09, 2024 5:23 am
Forum: Official Software
Topic: SD Card Release 2024
Replies: 1
Views: 838

Re: SD Card Release 2024

Update May 8, 2024 Fixed text adventure games in GAMES-TEXT for R47 CX16Assembler updated to fix bug with .include directives. Paint updated as previous version had a problem in save routine GhostCrusher updated to latest iteration which updates level Updated ZSM files in x16maze Updated FM.PRG to v...
by TomXP411
Mon May 06, 2024 2:38 am
Forum: Programming
Topic: Scripts to make sd card images on Windows
Replies: 1
Views: 122

Re: Scripts to make sd card images on Windows

You can also create VHD images in Disk Management. Start+X Disk Management Action -> Create VHD Turns out, the VHD format is compatible with the X16 Emu's SD card images, since VHDs put the metadata at the tail of the image file. Back before HostFS was reliable, that's how I created all the images I...
by TomXP411
Wed Apr 24, 2024 4:03 pm
Forum: Programming
Topic: call sys in basic: sys address,a,b
Replies: 8
Views: 373

Re: call sys in basic: sys address,a,b

funkheld wrote: Wed Apr 24, 2024 3:17 pm Hi good afternoon.

how can you create plaese "sys adresse,a,b" in asm?

Thanks.
https://github.com/X16Community/x16-doc ... sor.md#jsr