Am 24.09.22 um 14:19 schrieb Nano:
Hi !

I got a codebase to build a gameboy ROM that was using sdcc some years ago. Using the latest version of sdcc I can’t compile my source files using `-mgbz80`, giving me this error : `error 131: cannot generate code for target 'gbz80'`. I was wondering if the project dropped that target, and if so what would be the last version of sdcc I could use.


The sm83 backend in current SDCC is most likely what you want to use to target the GameBoy. There have been major changes vs. the old gbz80. You might have to adapt your sources, but will be rewarded by more efficient code being generated.

Philipp



_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to