X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hexed%2Fsega_gcc.s;h=580d496f3bee00b8c8a3f6ad651dd78c024564b0;hb=6f93f411b27296f8a96761061312cd70a15c8884;hp=4008ad47b693f964ffd55c4968a7f0533af5e678;hpb=318e20ff882dfeb2a8176e89f2343f1c3d60bc1d;p=megadrive.git diff --git a/hexed/sega_gcc.s b/hexed/sega_gcc.s index 4008ad4..580d496 100644 --- a/hexed/sega_gcc.s +++ b/hexed/sega_gcc.s @@ -8,8 +8,8 @@ dc.l INT,INT,INT,INT,INT,INT,INT,INT dc.l INT,INT,INT,INT,INT,INT,INT .ascii "SEGA GENESIS " - .ascii "hexed (c) notaz, 2009 " - .ascii "HEXED (C) NOTAZ, 2009 " + .ascii "hexed (c) notaz, 2009-2011 " + .ascii "HEXED (C) NOTAZ, 2009-2011 " .ascii "GM 00000000-00" .byte 0x00,0x00 .ascii "JD " @@ -20,8 +20,6 @@ .ascii " " .ascii "JUE " - tst.l 0xa10008 - bne SkipSetup * Check Version Number move.b (0xa10000),%d0 andi.b #0x0f,%d0 @@ -32,7 +30,7 @@ WrongVersion: moveq #0,%d0 movea.l %d0,%a7 move %a7,%usp -SkipSetup: + tst.w 0xC00004 bra main