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
inflate: mute compiler warning
[rofl0r-gnuboy.git]
/
debug.h
blob
815b8c99df36027da7f250fa60c3c5bee75fd982
1
#ifndef DEBUG_H
2
#define DEBUG_H
3
4
void
debug_disassemble
(
addr a
,
int
c
);
5
6
#endif
7