GBDK 2020 Docs  4.3.0
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) || defined(__TARGET_duck)
5  #include <gb/bcd.h>
6 #elif defined(__TARGET_sms) || defined(__TARGET_gg) || defined(__TARGET_msxdos)
7  #include <sms/bcd.h>
8 #elif defined(__TARGET_nes)
9  #include <nes/bcd.h>
10 #else
11  #error Unrecognized port
12 #endif
13 
14 #endif