fix some header mistakes
[megadrive.git] / testsram / sega_gcc.s
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