Here I am, back in 6502 land for a bit. And its fun
https://github.com/stevenchadburrow/Neon6502
The 6502 runs at 3.14 MHz, capable of 320x240 VGA with 4-colors, and 8x built-in buttons. No VIA, no UART, no audio, no keyboard, no external memory, nothing fancy at all. Going for a very minimalist design using only 74' logic chips and the Flash ROM to produce VGA (as usual for me). It is similar to my previous 6502 projects, such as this one: viewtopic.php?f=4&t=7096, or even this one: https://github.com/stevenchadburrow/AcolyteCompute. Apparently I was making new revisions to these so fast back in the day that I get confused about which came first or second now.
I plan on programming Tetris and Space Invaders for it, just standard games that I've already done before back in the day. As of now I already wrote a simulator for it, so I can start coding right away. I was getting back into 6502 assembly a bit this afternoon, and that is also very fun! It feels like home. I'll soon hit 'print' on the PCB once auto-router is done and I check everything a million times. Hoping for a bodge-less board, especially since I'm using SMT chips. I'll be giving full results in the next few weeks.
However, this is only a temporary project. I'm currently waiting on a new PIC32 microcontroller to be launched in a more hobbyist-friendly package, which was promised to me in Q4 of 2025. That's right now! So I'm just waiting for the day the chips arrive at the Mouser warehouse essentially. Then I go back to doing other projects. Until then, 6502 land it is. This place really was the spring-board that launched me to do other things. And although 6502 land might be slower MHz, it certainly isn't less complex. It is challenging, just in different ways. And I love the challenge!
Thank you everyone! Good to be back, even for a little bit.
Chad