Hello from Ottawa
Posted: Wed Feb 28, 2024 6:50 pm
My old NABU is now in York University's archives, but this is what it looked like when I packed it away in 2007. I did get the CP/M option near the end and we had an external disk drive most of the time we rented the NABU (for saving things, like a videotape database).
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
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