git.y1.nz

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.bo1.c

      1 #include <gbdk/platform.h>
      2 #include <stdint.h>
      3 #include <stdio.h>
      4 
      5 int var_1;  /* In external RAM bank 1 */
      6 
      7 void bank_1(void) BANKED /* In ROM bank 1 */
      8 {
      9   puts("I'm in ROM bank 1");
     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.