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/gb/wav_sample/src/samples_bank2.h

      1 #ifndef SAMPLES_BANK2_H_INCLUDE
      2 #define SAMPLES_BANK2_H_INCLUDE
      3 
      4 #include <gbdk/platform.h>
      5 
      6 void play_sample1(void) BANKED;
      7 
      8 #endif

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