]> Joshua Wise's Git repositories - fpgaboy.git/commitdiff
Tweak the sign on a bit
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Wed, 2 Apr 2008 09:09:21 +0000 (05:09 -0400)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Wed, 2 Apr 2008 09:09:21 +0000 (05:09 -0400)
rom.asm
rom.hex

diff --git a/rom.asm b/rom.asm
index 2ede41c0c23e6b115968356ab14b79f401877d6e..640c2b075bbef77b911785ad8a678c6385c255f8 100644 (file)
--- a/rom.asm
+++ b/rom.asm
@@ -13,7 +13,7 @@ main:
        jp main
 
 text:
-       db $1B,"[1mFPGABoy Diagnostic ROM",$1B,"[0m",$0D,$0A,0
+       db $0D,$0A,$1B,"[1mFPGABoy Diagnostic ROM",$1B,"[0m",$0D,$0A,0
 
 memtest:
        ld hl,memteststr
diff --git a/rom.hex b/rom.hex
index d31cc375e954456f79b4243dddfd27480810e7a7..2c5c5ea87f6005426394da8537257d9441ba37d5 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -10,17 +10,19 @@ df
 17
 00
 cd
-58
+5a
 01
 cd
-38
+3a
 00
 cd
-e2
+e4
 00
 c3
 00
 00
+0d
+0a
 1b
 5b
 31
@@ -55,10 +57,10 @@ c3
 0a
 00
 21
-8a
+8c
 00
 cd
-58
+5a
 01
 21
 00
@@ -70,13 +72,13 @@ ad
 df
 bc
 c2
-41
+43
 00
 3e
 80
 bd
 c2
-41
+43
 00
 21
 00
@@ -87,53 +89,53 @@ ad
 2a
 b8
 c2
-6e
+70
 00
 3e
 df
 bc
 c2
-53
+55
 00
 3e
 80
 bd
 c2
-53
+55
 00
 21
-b0
+b2
 00
 cd
-58
+5a
 01
 c9
 3a
 e5
 21
-b7
+b9
 00
 cd
-58
+5a
 01
 e1
 7c
 cd
-c9
+cb
 00
 7d
 cd
-c9
+cb
 00
 3e
 0a
 cd
-4b
+4d
 01
 3e
 0d
 cd
-4b
+4d
 01
 c9
 54
@@ -211,7 +213,7 @@ a0
 30
 80
 cd
-4b
+4d
 01
 f1
 06
@@ -221,14 +223,14 @@ a0
 30
 80
 cd
-4b
+4d
 01
 c9
 21
-fc
+fe
 00
 cd
-58
+5a
 01
 0e
 51
@@ -242,12 +244,12 @@ e2
 f2
 b8
 ca
-f1
+f3
 00
 f2
 b8
 c2
-f6
+f8
 00
 c9
 44
@@ -337,7 +339,7 @@ f5
 f2
 b8
 c2
-50
+52
 01
 f1
 e2
@@ -347,13 +349,13 @@ c9
 00
 b8
 ca
-65
+67
 01
 cd
-4b
+4d
 01
 c3
-58
+5a
 01
 c9
 00
@@ -2044,5 +2046,3 @@ c9
 00
 00
 00
-00
-00
This page took 0.032194 seconds and 4 git commands to generate.