Search found 2 matches
- Thu Jan 04, 2024 12:21 pm
- Forum: Libraries and Examples
- Topic: llvm-mos c++ template
- Replies: 0
- Views: 50645
llvm-mos c++ template
For my next Commander X16 project I want to use C++ so I spent few hours configuring VSCode + llvm-mos + CMake + IntelliSense. As a result I created small template repository and I thought someone else might find it useful to start their project easily. If you are interested then here it is: https:/...
- Thu Dec 21, 2023 12:31 pm
- Forum: Misc Apps
- Topic: PP1Unpacker program
- Replies: 0
- Views: 37298
PP1Unpacker program
I recently started playing with Super Robin Hood for NES source code. This resulted in me writing a small Prog8/assembly program to uncompress PP1 files used by the game to store graphics. I'm not quite sure if this is compatible with Atari Picture Packer format but maybe you'll find it useful :) Pr...