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/msxdos/smoke/banked.c

      1 #pragma bank 3
      2 
      3 #include <gbdk/platform.h>
      4 #include <stdint.h>
      5 
      6 uint16_t banked_func(uint8_t be, uint8_t ef) BANKED {
      7   return ((be << 8) | ef);
      8 }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.