]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - bootrom.asm
Compiles
[fpgaboy.git] / bootrom.asm
index 3cdf0e9a0a7ea8d2c1adfc74af837b620bdc9caf..cd760973ec199b7fb6fc16472894391576ab562e 100644 (file)
@@ -185,4 +185,8 @@ boot:       jr .running     ; $0100
 .running:
        ld a, $FF
        ld [$FF51], A
-.diq:  jr .diq
+.diq:  ld A, [$FF51]
+       cp 0
+       jr z, .diq
+       jp $0000
+
This page took 0.023418 seconds and 4 git commands to generate.