index
:
CHIP8-Emulator
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
blob: c70f65bca13c70ffe556b66d4153b21727ff2cc3 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define INSTRUCTIONS_PER_SECOND 700
#endif