X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootsplash;a=blobdiff_plain;f=bootsplash.asm;fp=bootsplash.asm;h=5885c4dc594a80cb45cf069b7027fb30e186a4f0;hp=130073dde3cfee094b57837f768fc801bd591ce9;hb=23b52c6fa8397f27382cf4f7961a3ac9cc10a859;hpb=820efb5b1e9e68781482470778053ac47282c4b7 diff --git a/bootsplash.asm b/bootsplash.asm index 130073d..5885c4d 100644 --- a/bootsplash.asm +++ b/bootsplash.asm @@ -5,7 +5,7 @@ stacktop equ 7b00h boot_driveno equ 7b00h ; 1 byte stage2_size equ stage2_end - stage2_start -spawn_rate equ 5 +spawn_rate equ 256 framebuf equ 40000h start: @@ -159,7 +159,7 @@ splash: shr ax, 1 mov [bx], al inc bx - cmp bx, 64000 - 320 + cmp bx, 64000 - 320 * 2 jnz .blurloop