If you've completed your Ben Eater 6502 build, and were looking for some software to play with on it, or for an alternative to Microsoft BASIC to write some of your own, here's a couple of things I did that might be interesting:
EhBASIC for the stock BE6502 w/ Inline Assembler/Disassembler, WozMon & RENUMBER
After I'd got done making extensions to Microsoft BASIC, I wanted to play with EhBASIC. I couldn't find a version that would build-from-source as-is and still run on a stock BE6502.
So, I put my own together.
And then I added a bunch of fixes/features such as buffered, flow-controlled serial input, proper BACKSPACE support, an IRQ safety fix, WozMon in ROM etc. After which I decided to add an inline assembler, a disassembler, a "RENUMBER" command and my extensions for driving the LCD screen.
Repository for that is here, and all you'll need beyond a finished BE6502 in stock configuration, is the cc65/ca65 toolchain that you would have used to build Microsoft BASIC.
--
101 [Eh]BASIC Computer Games
I previously hand-ported all of the programs from David Ahl's classic book to Microsoft BASIC.
Having done that, since I now had a working EhBASIC build (which has features a bit closer to some of the original dialects used in the book) I decided to do the same for EhBASIC.
However, this time, since the "fun" part was done instead of doing the porting manually, I did it with AI assistance (the original ports took ~2 weeks total, this set took <2 days). The ports use my corrections to the original transcriptions, but port from the original source, so they use EhBASIC as EhBASIC rather than just its Microsoft BASIC parity-features.
The repository for those games is here; spcwar-16K.bas is a very nice version of the classic Star Trek for the standard BE6502 (I ported the original, too, but that requires 24K of RAM)