GBDK 2020 Docs
4.1.1
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
#error Not implemented yet
8
#else
9
#error Unrecognized port
10
#endif
11
12
#endif
bcd.h