New community dev tool uploaded: Proof of Concept sprite, PSG, etc tools

All aspects of programming on the Commander X16.
Post Reply
rje
Posts: 1263
Joined: Mon Apr 27, 2020 10:00 pm
Location: Dallas Area

New community dev tool uploaded: Proof of Concept sprite, PSG, etc tools

Post by rje »




Proof of Concept sprite, PSG, etc tools




View File






This file demonstrates a grab-bag of utility code I wrote recently.  The library includes two versions of Burtle's small noncryptographic PRNG, PSG code, sprite code, a timer, and a a Z-text decoder, among other things.  

Largely, this is code that I kept writing for several projects -- or code that I wanted to write but hadn't gotten around to, yet.  I consolidated these little odds and ends because I tend to use them a lot but want them all in one place.

The repo is https://github.com/bobbyjim/x16-c-tools






 
Post Reply