Early days, but I'm making progress on my imaginary 1980s microcomputer.

I'm hacking the monitor that comes with the PY65 6502 simulator to capture writes to specific memory regions. They're sent to a websockets server that broadcasts them to any browsers connected, which in turn will implement the simulations for the screen, including colour palette and eventually user-defined characters.

I have in mind an unholy mix of BBC micro and Exidy Sorcerer. Yes, I know this is pointless. Especially when I start "enhancing" the 6502 itself.

#retrocomputing #FauxRetro