bitfixer / bf-romulator

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

Add vram support #7

Closed bitfixer closed 2 years ago

bitfixer commented 2 years ago

Add a dual-ported memory for sections marked with "vram". This allows download of video memory while the CPU is running without halting. The 'webserver' program will fetch vram on request. This allows using a browser as a virtual display for the romulator. Currently supporting PET 2001, more to come