git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7282e8f
)
tests/miniblarg: Make the ROM easier to read.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sat, 24 Jan 2009 05:45:12 +0000
(
00:45
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sat, 24 Jan 2009 05:45:12 +0000
(
00:45
-0500)
tests/miniblarg.c
patch
|
blob
|
blame
|
history
diff --git
a/tests/miniblarg.c
b/tests/miniblarg.c
index
8fdff0f
..
e32989c
100644
(file)
--- a/
tests/miniblarg.c
+++ b/
tests/miniblarg.c
@@
-13,7
+13,24
@@
int abort()
int *ROM()
{
static int a[] = {
- 3632, 9, 3584, 57, 3600, 16384, 3616, 65535, 11792, 20018, 19970, 24114, 592, 8, 3584, 10, 11792, 65535};
+ 0x0E30, /* 0 */
+ 0x0009, /* 1 */
+ 0x0E00, /* 2 */
+ 0x0039, /* 3 */
+ 0x0E10, /* 4 */
+ 0x4000, /* 5 */
+ 0x0E20, /* 6 */
+ 0xFFFF, /* 7 */
+ 0x2E10, /* 8 */
+ 0x4E32, /* 9 */
+ 0x4E02, /* A */
+ 0x5E32, /* B */
+ 0x0250, /* C */
+ 0x0008, /* D */
+ 0x0E00, /* E */
+ 0x000A, /* F */
+ 0x2E10, /* 10 */
+ 0xFFFF}; /* 11 */
return a;
}
This page took
0.021228 seconds
and
4
git commands to generate.