I went on a nostalgia trip recently and got my old gaming systems from my mother's attic / bought new ones of the systems I sold trying to make a little game for them.
I was wondering what your most fun experience was writing homebrew games or apps for systems that are not current gen. I'd not define "fun" more specifically. Doesn't matter if the hardware itself is fun, very good dev tools, a system that is just very suited to your project or just a crazy nostalgia trip that made you feel warm and fuzzy. Any project where you enjoyed your time is interesting to me.
I'd include everything up to including PS4 / XBOne (including handhelds) and any general purpose computer where the experience is distinctly different from a modern computer.
Thanks!
Making a game from scratch in assembly was eye-opening. I used to wonder in amazement how programmers made games in assembly for the 8/16-bit systems, but now I've learned that it's....just programming. It's even pretty fun!
My favorite part of this project was that I had to consult old scans of Sega programming manuals from the 90s in order to do drawing, scrolling, etc. Lots of fun bit operations required to communicate with the hardware back then!