Search found 16 matches

by ChrisL
Fri Jan 01, 2021 8:55 pm
Forum: Official Announcements
Topic: Prototype #2 is aliiiive!
Replies: 78
Views: 40338

Prototype #2 is aliiiive!


Great progress by the team!  What is the expected timeframe regarding rom/emulator changes to match the changes to managing banked RAM? 

by ChrisL
Mon Sep 07, 2020 3:45 am
Forum:
Topic: My First Steps with the X16: Questions and goals!
Replies: 38
Views: 12137

My First Steps with the X16: Questions and goals!

As one of the folks using C for the X16 I'd say don't discount it.  There are a couple of C examples in the x16-demo repo (<a href="https://github.com/commanderx16" rel="external nofollow">https://github.com/commanderx16</a>).  I've done a Lode Runner port and a utility library in C (<a href="https...
by ChrisL
Fri Aug 28, 2020 3:43 am
Forum: Official Announcements
Topic: Emulator r38 Released
Replies: 31
Views: 13188

Emulator r38 Released

Great progress! The following C code example works with cc65 for writing/reading files with an sdcard image attached to the emulator.  If the load/vload worked as well I could add a logging capability to libX16 that would let a program do debug logging to a file for debug purposes.  I'd love to sup...
by ChrisL
Wed Jul 29, 2020 1:05 am
Forum: Video/Podcast talk
Topic: Updated Web Emulator
Replies: 76
Views: 25681

Updated Web Emulator


In my code (also C) I've used lower case in source code (string literals, not composed with sprintf()), upper case on disk.  This has worked for me on Linux and (briefly) in setting up a new laptop w/Windows 10 to support X16 development.

by ChrisL
Sun Jul 12, 2020 12:58 pm
Forum: Video/Podcast talk
Topic: New community dev tool uploaded: libX16
Replies: 2
Views: 1653

New community dev tool uploaded: libX16

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="1246" data-ipsquote-contentid="252" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1594527871" data-ipsquote-userid="19" data-ipsquot...
by ChrisL
Sun Jul 12, 2020 3:54 am
Forum: Archive
Topic: libX16
Replies: 0
Views: 574

libX16

by ChrisL
Sun Jul 12, 2020 3:54 am
Forum: Video/Podcast talk
Topic: New community dev tool uploaded: libX16
Replies: 2
Views: 1653

New community dev tool uploaded: libX16

<div> <h3> libX16 </h3> <a href="<___base_url___>/index.php?/files/file/45-libx16/" rel="">View File </a> <hr /> <div> <p style="background-color:#ffffff;color:#24292e;font-size:16px;"> libX16 is a utility library for those using C with the CC65 toolchain for the Commander X16.  Library documentatio...
by ChrisL
Sat May 30, 2020 1:40 pm
Forum: CX16 General Chat
Topic: Hello from Sofia
Replies: 12
Views: 4029

Hello from Sofia


Seeing your post now.  Welcome!

by ChrisL
Wed May 20, 2020 1:20 am
Forum: CX16 General Chat
Topic: Tom here - from San Diego
Replies: 3
Views: 1910

Tom here - from San Diego


San Diego is well represented ?

by ChrisL
Wed May 06, 2020 1:38 am
Forum: CX16 Hardware Support
Topic: Micro Memories
Replies: 13
Views: 4445

Micro Memories

My first exposure to programming was learning BASIC in a summer class using an Apple II.  From there I got a Vic-20 at home and later a C-64 and was typing in a lot of BASIC/assembly programs from listings in COMPUTE! or other similar magazines.  I tried writing a skiing game on the C-64 (mixing in...