andreasjhkarlsson / gbdk-n

gbdk libraries updated for newer versions of sdcc
174 stars 25 forks source link

Replace old crt0 with default #1

Closed andreasjhkarlsson closed 8 years ago

andreasjhkarlsson commented 9 years ago

The gbz80 runtime (crt0) included in sdcc is currently disabled and replaced with the old runtime shipped with the original gbdk. This is probably bad.

Most (all) modules depend heavily on the old runtime so the appropriate functionality needs to be broken out into modules.

andreasjhkarlsson commented 8 years ago

Closed in favor of https://github.com/rotmoset/gbdk-n/issues/6