This commit is contained in:
Antoine Vignau 2023-08-26 17:18:50 +02:00
parent f4dc12d669
commit fd94739377
10 changed files with 17 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

View File

@ -173,8 +173,7 @@ ni_1 lda [dpINDEX]
* load_textes * load_textes
*----------------------- *-----------------------
load_textes load_textes lda #pTEXTES
lda #pTEXTES
ldx ptrUNPACK+2 ldx ptrUNPACK+2
ldy ptrUNPACK ldy ptrUNPACK
jsr loadFILE jsr loadFILE
@ -318,6 +317,10 @@ get_textes2 dec
* generique * generique
generique jsr switch_640 generique jsr switch_640
PushLong #$e19e00
_InitColorTable
jsr tag jsr tag
PushWord #0 PushWord #0
@ -1783,8 +1786,8 @@ affiche_image
beq ai_1 beq ai_1
rts rts
ai_1 jsr switch_320 ai_1 jsr noircit_ecran
jsr noircit_ecran jsr switch_320
lda #TRUE lda #TRUE
ldx ptrIMAGE+2 ldx ptrIMAGE+2
@ -2354,10 +2357,6 @@ image_ecran
* fadeout(palette2$) * fadeout(palette2$)
rts rts
palette_320
hex 0000770741082C070F008000700F000D
hex A90FF00FE000DF04AF0D8F07CC0CFF0F
*----------------------- *-----------------------
* FADEIN_MID - OK * FADEIN_MID - OK
*----------------------- *-----------------------

View File

@ -383,8 +383,6 @@ switch_res sty mainWIDTH
pha pha
_SetMasterSCB _SetMasterSCB
_SetAllSCBs _SetAllSCBs
PushLong #$e19e00
_InitColorTable
_InitCursor _InitCursor
PushLong mainPORT PushLong mainPORT
_InitPort _InitPort
@ -821,17 +819,17 @@ fadeIN6 dey
dex dex
bpl fadeIN2 bpl fadeIN2
_ShowCursor _ShowCursor
rts rts
*--- *---
fadeOUT lda #$9e00 fadeOUT lda #$9e00
sta Debut sta Debut
lda #$00e1 lda #$00e1
sta Debut+2 sta Debut+2
_HideCursor _HideCursor
ldx #$000f ldx #$000f
fadeOUT1 ldy #$01fe fadeOUT1 ldy #$01fe
@ -864,8 +862,8 @@ fadeOUT5 dey
dex dex
bpl fadeOUT1 bpl fadeOUT1
_ShowCursor _ShowCursor
jmp noircit_ecran jmp noircit_ecran
*---------------------------- *----------------------------
* unpackLZ4 * unpackLZ4
@ -882,8 +880,7 @@ fadeOUT5 dey
* *
*---------------------------- *----------------------------
unpackLZ4 unpackLZ4 sta LZ4_Limit+1
sta LZ4_Limit+1
jsr suspendMUSIC jsr suspendMUSIC
sep #$20 sep #$20

Binary file not shown.

Binary file not shown.

Binary file not shown.