X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/09c1936c32d74947896338a1c57270b2918656f8..01878f5fdca9d08e4cf7ceed7f5a39f4df602de4:/bootrom.asm diff --git a/bootrom.asm b/bootrom.asm index cd76097..4e780bf 100644 --- a/bootrom.asm +++ b/bootrom.asm @@ -185,8 +185,12 @@ boot: jr .running ; $0100 .running: ld a, $FF ld [$FF51], A + ld a, $00 + ld [$FF25], a .diq: ld A, [$FF51] cp 0 jr z, .diq + ld a, 0 + LD [$FF40],A jp $0000