libsavgba
libsavgba copied to clipboard
A library to access various backup media in GBA cartridges
E:/VB6/GBA/Projects/Awakening/source/gba_flash.c: In function 'wait_until': E:/VB6/GBA/Projects/Awakening/source/gba_flash.c:75:99: warning: pointer targets in passing argument 2 of 'flash_absmemcmp' differ in signedness [-Wpointer-sign] 75 | for (vu32 i = 0; i < LOOP_CNT_PER_MILLI_SECOND * timeout...
Initializing the Flash size as 128KB and then writing data causes a time out error. This issue only happens on physical hardware, not emulation. Running the following program on mGBA...