bitfixer / bf-romulator

Romulator - RAM/ROM replacement and debug for 6502 CPU systems
146 stars 21 forks source link

Webserver fixes #15

Open stargo opened 2 years ago

stargo commented 2 years ago

Use SO_REUSEADDR to be able to restart the webserver immediately after terminating and fix png generation when no character rom was specified on the command line. Also send the last know good vram image back to the browser on read-errors to avoid flickering.