Snippets

ScorpionIlluminati New String Code

Created by ScorpionIlluminati last modified
      move.l #0x1, d3
      jsr GetSongMetaData

      ; ************************************
      ;  Draw The 1st song String
      ; ************************************
      lea (a2), a0                                                               ; String address              <------------------ read from vdp data port while writes are configured, cpu is now frozen. VDP address: C28E CD: 1
      move.w #0x0705, d1                                                       ; XY (7, 5)
      jsr DrawTextPlaneA                                                       ; Call draw text subroutine

      ; ************************************
      ;  Draw The 1st song creator String
      ; ************************************
      lea (a1), a0                                                             ; String address                 <------------------ machine freeze due to read from address CA0000(Blastem sic)
      move.w #0x0706, d1                                                       ; XY (7, 6)
      jsr DrawTextPlaneA                                                       ; Call draw text subroutine
      
      commenting out both lines results in the strings
      combo
      completion
      being printed in the first song slot

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.