index
:
bedrock-nds
main
Bedrock emulator for the Nintendo DS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arm9
/
source
/
devices
/
local.h
blob: 979f5ce628b5885530b6df3ffa25a878853300b5 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include
<nds.h>
#ifndef LOCAL_H_
#define LOCAL_H_
void
std_write
(
u8
byte
);
#endif