index
:
chip8
master
CHIP-8 Emulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chip8.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'chip8.h')
-rw-r--r--
chip8.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip8.h b/chip8.h
index d21ae0a..cbac33e 100644
--- a/
chip8.h
+++ b/
chip8.h
@@ -16,7 +16,7 @@ typedef struct {
u8 DT;
u8 ST;
-
+
u16 I;
u8 Vx[16];