libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
43 stars 64 forks source link

Expose VRAM and CRAM on libretro to allow creation of debugger frontend #223

Closed hansbonini closed 10 months ago

hansbonini commented 10 months ago

This PR expose byte slice of Video Memory and Color Memory on libretro picodrive core to allow creation of debugger frontends using libretro.

image