I'm starting to have a look at programming the NABU, initially with Pong Wars (a bit like a Brick-out game) as a learning exercise. I need to figure out some fancy integer collision math, and then try doing remote networked multiplayer.

It took a couple of frustrating days to get MAME working in Linux (was not connecting to the network, tried out alternate ROM versions which broke other things, and finally found it was the MAME baud rate).
Anyway, my next step is trying to compile some code. My notes are at https://web.ncf.ca/au829/WeekendReports ... sBlog.html, mostly describing the dead ends and the documentation I found along the way. By the way, NABU-LIB's readme is unexpectedly also useful for describing how to do that compiling step and has example code and a skeleton. Thanks DJ Sures!
- AGMS20240228