Journal
5/26/2026
I've been working on the text adventure games for TRS80 and Coco. My goal is to get a compilable version so I can re-origin the code to 0x8000 for the RC2014 computer. Along the way, I discovered holes in the binary that contain the source code for the original. And I found a hole within a hole.
TODO: - Write up the "Secrets of the Pyramid" that discusses all three (Level1, Level2, CoCo) - Another sweep through the code.mds and fix them up - Better in-page-section navigation - Sync all three source codes - Look at the ADVENT fortran code and see what was left out (rooms and objects) - Sweep back through RaakaTu and Bedlam (CoCo and TRS80) and clean
https://github.com/wh0am1-dev/adventure/tree/master/src
10/8/2019
I've been working on the CoCo/Megabugs ROM. I added a maze generator that runs the 6809 emulator on the code and draws a maze on a canvas on the page.
I'm also cleaning up the site in general and making this overall journal page. The journals in the individual digs have much more detail.