GBDK 2020 Docs
API Documentation for GBDK 2020
bcd.h
Go to the documentation of this file.
1 #ifndef __GBDK_BCD_H_INCLUDE
2 #define __GBDK_BCD_H_INCLUDE
3 
4 #if defined(__TARGET_gb) || defined(__TARGET_ap)
5  #include <gb/bcd.h>
6 #elif defined(__TARGET_sms) || defined(__TARGET_gg)
7  #error Not implemented yet
8 #else
9  #error Unrecognized port
10 #endif
11 
12 #endif
bcd.h