Zal0 / ZGB

Game Boy / Color engine with lots of features
MIT License
706 stars 50 forks source link

Error when compiling template #53

Closed veneficium42 closed 2 years ago

veneficium42 commented 2 years ago

When I try compiling I get the following error from the compiler : ZGB/common/src/main.c:127: warning 112: function 'add_low_priority_TIM' implicit declaration ZGB/common/src/main.c:127: error 101: too many parameters make: *** [../ReleaseColor/zgb/main.o] Error 1

veneficium42 commented 2 years ago

I was trying to use ZGB Dev branch but I didn't update gbdk, please make a section in the readme to use the indev features

veneficium42 commented 2 years ago

Nvm, now when I build using ReleaseColor it gives me a window accesing disabled sram

veneficium42 commented 2 years ago

nvm I cleared (clear.bat) and it now works