summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/hw.h')
-rw-r--r--apps/plugins/rockboy/hw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/rockboy/hw.h b/apps/plugins/rockboy/hw.h
index f1e632abdb..297eba30fe 100644
--- a/apps/plugins/rockboy/hw.h
+++ b/apps/plugins/rockboy/hw.h
@@ -25,10 +25,10 @@
25 25
26struct hw 26struct hw
27{ 27{
28 byte ilines; 28 byte ilines;
29 byte pad; 29 byte pad;
30 int hdma; 30 int hdma;
31 int cgb,gba; 31 int cgb;
32}; 32};
33 33
34 34