fix some header mistakes
authornotaz <notasas@gmail.com>
Mon, 30 Oct 2017 21:38:11 +0000 (23:38 +0200)
committernotaz <notasas@gmail.com>
Mon, 30 Oct 2017 21:38:11 +0000 (23:38 +0200)
hexed/sega_gcc.s
megaed-sv/sega_gcc.s
testpico/sega_gcc.s
testsram/sega_gcc.s

index 07a3494..59fa073 100644 (file)
@@ -12,9 +12,9 @@
         .ascii "HEXED (C) NOTAZ, 2009-2011                      "\r
         .ascii "GM 00000000-00"\r
         .byte 0x00,0x00\r
-        .ascii "JD              "\r
-        .byte 0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00\r
-        .byte 0x00,0xff,0x00,0x00,0xff,0xff,0xff,0xff\r
+        .ascii "J               "\r
+        dc.l  0x000000,0x1fffff\r
+        dc.l  0xff0000,0xffffff\r
         .ascii "               "\r
         .ascii "                        "\r
         .ascii "                         "\r
index 897acdf..446c1fe 100644 (file)
@@ -13,9 +13,9 @@ exc_tab:
     .ascii "MEGA-ED host                                    "\r
     .ascii "GM 00000000-00"\r
     .byte 0x00,0x00\r
-    .ascii "JD              "\r
-    .byte 0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00\r
-    .byte 0x00,0xff,0x00,0x00,0xff,0xff,0xff,0xff\r
+    .ascii "J               "\r
+    dc.l  0x000000,0x1fffff\r
+    dc.l  0xff0000,0xffffff\r
     .ascii "               "\r
     .ascii "                        "\r
     .ascii "                         "\r
index b379563..7b33fb0 100644 (file)
@@ -14,10 +14,10 @@ exc_tab:
     .ascii "GM 00000000-00"\r
     .byte 0x00,0x00\r
     .ascii "J               "\r
-    .byte 0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00\r
-    .byte 0x00,0xff,0x00,0x00,0xff,0xff,0xff,0xff\r
+    dc.l  0x000000,0x3fffff\r
+    dc.l  0xff0000,0xffffff\r
     .ascii "RA"; .byte 0xf8,0x20                     /* 1b0 */\r
-    .byte 0x00,0x02,0x00,0x00,0x00,0x3f,0xff,0xff    /* 1b4 */\r
+    dc.l  0x200001,0x20ffff                          /* 1b4 */\r
     .ascii "    "                                    /* 1bc */\r
     .ascii "                        "                /* 1c0 */\r
     .ascii "                        "\r
index 3f3afec..59be291 100644 (file)
@@ -14,10 +14,11 @@ exc_tab:
     .ascii "GM 00000000-00"\r
     .byte 0x00,0x00\r
     .ascii "J               "\r
-    .byte 0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00\r
-    .byte 0x00,0xff,0x00,0x00,0xff,0xff,0xff,0xff\r
+    dc.l  0x000000,0x3fffff\r
+    dc.l  0xff0000,0xffffff\r
     .ascii "RA"; .byte 0xf8,0x20                     /* 1b0 */\r
-    .byte 0x00,0x02,0x00,0x00,0x00,0x3f,0xff,0xff    /* 1b4 */\r
+    /* retrode compat: wants odd and <= 0xffff */\r
+    dc.l  0x200001,0x20ffff                          /* 1b4 */\r
     .ascii "    "                                    /* 1bc */\r
     .ascii "                        "                /* 1c0 */\r
     .ascii "                        "\r