mirror of
https://github.com/antoinevignau/source.git
synced 2025-02-01 02:33:39 +00:00
optimisation MIDI
This commit is contained in:
parent
6543222ccc
commit
57b84496d9
@ -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.
@ -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
@ -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.
Loading…
x
Reference in New Issue
Block a user