printing debug on

This commit is contained in:
Antoine Vignau 2023-08-15 17:54:15 +02:00
parent af9822fa5c
commit 8534759ea5
5 changed files with 4219 additions and 4213 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1198,7 +1198,6 @@ skipME
_SetTextMode ; restore original mode
jsr attente
rts
*--- output X space char dans texte final

View File

@ -291,10 +291,6 @@ mainLOOP lda scene_actuelle
jsr get_textes ; prend le texte de l'écran
jsr affiche_texte ; affiche-le
lda scene_actuelle
jsr suite_forcee
sta fgSUITEFORCEE ; true if no words but 'suite'
*----------------------------------------
* TASK MASTER
*----------------------------------------
@ -382,7 +378,13 @@ tblKEYADDRESS
* on compare les coordonnées avec celles du incontent
* si dans le même rectangle, on traite
doMOUSEUP lda fgSUITEFORCEE
doMOUSEUP
lda scene_actuelle
jsr suite_forcee
sta fgSUITEFORCEE ; true if no words but 'suite'
stal $310
lda fgSUITEFORCEE
cmp #FALSE
beq mup1
rts

Binary file not shown.