libgba-cpp icon indicating copy to clipboard operation
libgba-cpp copied to clipboard

Make writable graphics API

Open JPTIZ opened this issue 6 years ago • 0 comments

Scenary

Currently all data must bem const to be placed in ROM. This is done this way because there is only 32KB in SRAM (+256KB in DRAM), and graphics potentially use much more than that (and there still need space for game data while playing).

Ideas

No idea from where to start, actually. Maybe with palette?

JPTIZ avatar Jul 21 '19 14:07 JPTIZ