summaryrefslogtreecommitdiff
path: root/arm9/include/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-04-15 23:55:24 +0000
committerIan C <ianc@noddybox.co.uk>2007-04-15 23:55:24 +0000
commitf39151d7f9bf82e7295c60b89d9da02c781528eb (patch)
treeaca075f0227e1ee8f86cfa1d75dd3b1a56fdd348 /arm9/include/spec.h
parent6701f6a9d4f979cc1eadb673e767b5c46cd2a9c8 (diff)
Development checkin -- not yet working
Diffstat (limited to 'arm9/include/spec.h')
-rw-r--r--arm9/include/spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/include/spec.h b/arm9/include/spec.h
index f9f6786..8ec05a9 100644
--- a/arm9/include/spec.h
+++ b/arm9/include/spec.h
@@ -30,7 +30,7 @@
/* Initialise the SPEC
*/
-void SPECInit(uint16 *vram, Z80 *z80);
+void SPECInit(uint16 *palette, uint16 *vram, Z80 *z80);
/* Handle keypresses
*/