atarionline.pl 32byte Megademo by SquoSquo - Forum Atarum

    Jeśli chcesz wziąć udział w dyskusjach na forum - zaloguj się. Jeżeli nie masz loginu - poproś o członkostwo.

    • :
    • :

    Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

      • 1:
         
        CommentAuthorxeen
      • CommentTime3 Oct 2012 15:10 zmieniony
       
      Nowa prodka na Atari - 32 bajty
      podobno trwa 21 minut i potem się zapętla, ma dźwięk :)

      ->link<-

      a dla wnikliwych:

      org $4000	sei					;disable all interruptsloop	lda RTCLOK+2		;generate a moving, varying number pattern based on system clock and rasterline	ora VCOUNT	adc RTCLOK+1	sta $d009,y			;don't use all GTIA registers (found by trial&error)	bmi jumper			;every 128 frames do some more glitchy stuff	and #$79				;the other 128 frames mask out some bits to get more stable graphics/sounds	tay					;and save it as new indexjumper	sta $d200,y			;trigger some sound stuff	bpl weiter			;if we've taken the second 128 frames above, just continue to the end	and #$77				;otherwise mask out another set of bits and use as index for next frame	tayweiter	bpl loop				;since all values are garantueed to be positive now, just loop


      no troszkę się rozjechał kod, ale chyba nie szkodzi :)
      • 2: CommentAuthormono
      • CommentTime3 Oct 2012 16:10
       
      Doskonała synchronizacja efektów graficznych z dźwiękowymi!
    1.  
      Brzmi, jakby miało zepsuć komputer :) Czy mogę to bezpiecznie odpalić na real-Atari? ;-)
      • 4: CommentAuthorjury
      • CommentTime3 Oct 2012 16:10 zmieniony
       

      xeen:

      ... ale nie chyba nie szkodzi :)


      Nie, chyba nie szkodzi :)
      • 5:
         
        CommentAuthorxeen
      • CommentTime3 Oct 2012 16:10
       
      nie ma litości :)
      w pracy piszę, w stresie :)