]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/miniblarg.c
tests/miniblarg: Make the ROM easier to read.
[firearm.git] / tests / miniblarg.c
index 8fdff0f3e959e3c72b6af6b07e34e1089e428252..e32989c064b2dfbc644b7a5b768f95119eb4c7ca 100644 (file)
@@ -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.02353 seconds and 4 git commands to generate.