gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo3.c
1 #include <gbdk/platform.h>
2 #include <stdint.h>
3 #include <stdio.h>
4
5 int var_3; /* In external RAM bank 1 */
6
7 void bank_3(void) BANKED /* In ROM bank 3 */
8 {
9 puts("I'm in ROM bank 3");
10 }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.