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

View File

@ -383,8 +383,6 @@ switch_res sty mainWIDTH
pha
_SetMasterSCB
_SetAllSCBs
PushLong #$e19e00
_InitColorTable
_InitCursor
PushLong mainPORT
_InitPort
@ -882,8 +880,7 @@ fadeOUT5 dey
*
*----------------------------
unpackLZ4
sta LZ4_Limit+1
unpackLZ4 sta LZ4_Limit+1
jsr suspendMUSIC
sep #$20

Binary file not shown.

Binary file not shown.

Binary file not shown.