repo.or.cz
/
rofl0r-gnuboy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
implement --rominfo command line option
[rofl0r-gnuboy.git]
/
lcdc.h
blob
241d44bb135d0203c4e68fffbf50f9923e7360b9
1
#ifndef LCDC_H
2
#define LCDC_H
3
4
void
lcdc_change
(
byte b
);
5
void
lcdc_trans
();
6
void
stat_write
(
byte b
);
7
void
stat_trigger
();
8
9
#endif
10
11