hexed: use bin size for reloc; minor updates
[megadrive.git] / hexed / sega_gcc.s
index 4008ad4..580d496 100644 (file)
@@ -8,8 +8,8 @@
         dc.l INT,INT,INT,INT,INT,INT,INT,INT\r
         dc.l INT,INT,INT,INT,INT,INT,INT\r
         .ascii "SEGA GENESIS                    "\r
-        .ascii "hexed (c) notaz, 2009                           "\r
-        .ascii "HEXED (C) NOTAZ, 2009                           "\r
+        .ascii "hexed (c) notaz, 2009-2011                      "\r
+        .ascii "HEXED (C) NOTAZ, 2009-2011                      "\r
         .ascii "GM 00000000-00"\r
         .byte 0x00,0x00\r
         .ascii "JD              "\r
@@ -20,8 +20,6 @@
         .ascii "                         "\r
         .ascii "JUE             "\r
 \r
-       tst.l   0xa10008\r
-       bne     SkipSetup\r
 * Check Version Number\r
        move.b  (0xa10000),%d0\r
        andi.b  #0x0f,%d0\r
@@ -32,7 +30,7 @@ WrongVersion:
        moveq   #0,%d0\r
        movea.l %d0,%a7\r
        move    %a7,%usp\r
-SkipSetup:\r
+\r
        tst.w   0xC00004\r
        bra     main\r
 \r