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 new "toggle" rc command
[rofl0r-gnuboy.git]
/
emu.h
blob
2fb60c980a5e3c7e307e3feb4f753bb5f6591c9a
1
#ifndef EMU_H
2
#define EMU_H
3
4
void
emu_run
();
5
void
emu_reset
();
6
7
#endif
8
9