optimisation MIDI

This commit is contained in:
Antoine Vignau 2024-01-09 08:15:00 +01:00
parent 6543222ccc
commit 57b84496d9
6 changed files with 21895 additions and 21887 deletions

View File

@ -160,8 +160,8 @@ RDKEY jsr CURSOR ; shows the cursor
jsr checkREPLAY
jsr printTEMPS
* jsr testENERGIE
* bcs RDKEY99
jsr testENERGIE
bcs RDKEY99
pha
PushWord #%00000000_00001000

Binary file not shown.

View File

@ -238,7 +238,8 @@ okTOOL _HideMenuBar
sta ptrSCREEN+2
okSHADOW
jsr initMIDI
*-----------------------------------
* C'EST L'HEURE DE L'INTRODUCTION
*-----------------------------------
@ -249,6 +250,8 @@ okSHADOW
* IL FAUT JOUER MAINTENANT
*-----------------------------------
jsr doSOUNDON
sei
PushLong #intTIME
_SetHeartBeat

File diff suppressed because it is too large Load Diff

View File

@ -296,6 +296,7 @@ playMUSIC66 adc #$bdbd ; patched
_Locate
PullLong seqPlayRec
stz fgMIDI ; we are good!!!
cli ; end of the long init!
rts
@ -471,7 +472,7 @@ ptrBNK ds 4
*--- Flags
fgMIDI ds 2 ; can play MIDI if 0
fgMIDI dw 1 ; can play MIDI if 0
*--- Instruments

Binary file not shown.