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 checkREPLAY
jsr printTEMPS jsr printTEMPS
* jsr testENERGIE jsr testENERGIE
* bcs RDKEY99 bcs RDKEY99
pha pha
PushWord #%00000000_00001000 PushWord #%00000000_00001000

Binary file not shown.

View File

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

File diff suppressed because it is too large Load Diff

View File

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

Binary file not shown.