SAP files

This commit is contained in:
Pecusx
2024-08-14 23:56:34 +02:00
parent 4c52d9590e
commit 162a6ddc31
7 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1304,7 +1304,7 @@ pressed
.endp .endp
;-------------------------------------------------- ;--------------------------------------------------
.proc PrepareMusicPlayer .proc PrepareMusicPlayer
jsr StopMusic ;jsr StopMusic
VMAIN VBLinterrupt,7 ; jsr SetVBL VMAIN VBLinterrupt,7 ; jsr SetVBL
rts rts
.endp .endp
@@ -1365,10 +1365,10 @@ font4l
; SCR_HEIGHT lines 256bytes each ; SCR_HEIGHT lines 256bytes each
screen screen
.ds $100*SCR_HEIGHT .ds $100*SCR_HEIGHT
org $6900 ; POZOR!!!
MUSIC1_DATA MUSIC1_DATA
ins 'music/ingame.mpt',+6 ; ingame music ins 'music/ingame.mpt',+6 ; ingame music
MUSIC2_DATA MUSIC2_DATA
ins 'music/gameover.mpt',+6 ; game over music ins 'music/gameover.mpt',+6 ; game over music
run FirstSTART run FirstSTART
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.