GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
Main Page
Related Pages
C modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Variables
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
n
o
p
r
s
t
v
w
Typedefs
b
c
d
f
i
j
l
m
o
p
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
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
bcd.h
bcd.h
bcd.h