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/nes/smoke/smoketest.c

      1 #include <gbdk/platform.h>
      2 
      3 void main(void) {
      4     DISPLAY_ON;
      5     while(TRUE) {
      6         vsync();
      7     }
      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.