mirror of
https://github.com/antoinevignau/source.git
synced 2025-01-01 00:31:17 +00:00
v1.3.5 - Fix in bug in rIcon control
v1.3.5 - Bug in rIcon control
This commit is contained in:
parent
1906f96896
commit
9cd5afcb7f
@ -6,6 +6,10 @@
|
|||||||
* (u) 2020, Brutal Deluxe Software
|
* (u) 2020, Brutal Deluxe Software
|
||||||
*
|
*
|
||||||
|
|
||||||
|
* v1.3.5 - AV 202102
|
||||||
|
* - Editor / Control
|
||||||
|
* - Bug in ref icon pointer fixed
|
||||||
|
*
|
||||||
* v1.3.4 - AV 202010
|
* v1.3.4 - AV 202010
|
||||||
* - Main program
|
* - Main program
|
||||||
* - new resource types added
|
* - new resource types added
|
||||||
@ -64,11 +68,6 @@ GSOS EQU $E100A8
|
|||||||
PHK
|
PHK
|
||||||
PLB
|
PLB
|
||||||
|
|
||||||
lda #L02434C
|
|
||||||
stal $300
|
|
||||||
lda #^L02434C
|
|
||||||
stal $302
|
|
||||||
|
|
||||||
_TLStartUp
|
_TLStartUp
|
||||||
PEA $0000
|
PEA $0000
|
||||||
_TLVersion
|
_TLVersion
|
||||||
@ -344,8 +343,8 @@ L020363 DW $0000 ; version number
|
|||||||
DW $0001
|
DW $0001
|
||||||
DW $0000
|
DW $0000
|
||||||
|
|
||||||
L020369 STR 'Shell v1.3.4'
|
L020369 STR 'Shell v1.3.5'
|
||||||
L020376 STR 'v1.3.4'
|
L020376 STR 'v1.3.5'
|
||||||
DB $00
|
DB $00
|
||||||
DB $00
|
DB $00
|
||||||
DB $00
|
DB $00
|
||||||
@ -1663,7 +1662,7 @@ L021046 PHD
|
|||||||
CLC
|
CLC
|
||||||
RTL
|
RTL
|
||||||
|
|
||||||
copyBRUTAL str '(u) 2020, Brutal Deluxe'
|
copyBRUTAL str 'Brutal Deluxe Software'
|
||||||
|
|
||||||
L02105B DW $0000
|
L02105B DW $0000
|
||||||
L02105D ASC ' 0k free memory'00
|
L02105D ASC ' 0k free memory'00
|
||||||
|
BIN
genesys/Genesys
Normal file
BIN
genesys/Genesys
Normal file
Binary file not shown.
BIN
genesys/disks/.DS_Store
vendored
Normal file
BIN
genesys/disks/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
genesys/disks/genesys_v135_program.2mg
Normal file
BIN
genesys/disks/genesys_v135_program.2mg
Normal file
Binary file not shown.
BIN
genesys/disks/genesys_v135_program.po
Normal file
BIN
genesys/disks/genesys_v135_program.po
Normal file
Binary file not shown.
BIN
genesys/edit/.DS_Store
vendored
Normal file
BIN
genesys/edit/.DS_Store
vendored
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
*
|
*
|
||||||
* Genesys v1.2.4
|
* Genesys v1.3.5
|
||||||
* Control editor
|
* Control editor
|
||||||
*
|
*
|
||||||
|
|
||||||
@ -14518,6 +14518,8 @@ L0271EC DW $0000
|
|||||||
DW $0000
|
DW $0000
|
||||||
L0271F0 STR 'Check box'
|
L0271F0 STR 'Check box'
|
||||||
|
|
||||||
|
*--- Add a rIcon
|
||||||
|
|
||||||
L0271FA LDA $04,S
|
L0271FA LDA $04,S
|
||||||
STA L027390
|
STA L027390
|
||||||
LDA $06,S
|
LDA $06,S
|
||||||
@ -14674,96 +14676,33 @@ L027390 ADRL $00000000
|
|||||||
DW $0006 ; flag
|
DW $0006 ; flag
|
||||||
DW $1020 ; moreFlags
|
DW $1020 ; moreFlags
|
||||||
ADRL $00000000 ; refCon
|
ADRL $00000000 ; refCon
|
||||||
adrl $00000000 ; iconRef
|
L0273A8 ADRL $00000000 ; iconRef AV 202102 - That label was misplaced
|
||||||
adrl $00000000 ; titleRef
|
adrl $00000000 ; titleRef
|
||||||
adrl $00000000 ; colorTableRef
|
adrl $00000000 ; colorTableRef
|
||||||
dw $0000 ; displayMode
|
dw $0000 ; displayMode
|
||||||
ds 6 ; keyEquivalent
|
ds 6 ; keyEquivalent
|
||||||
dw $0000 ; initialValue
|
dw $0000 ; initialValue
|
||||||
|
|
||||||
L0273A8 ADRL $00000000
|
L0273B6 DW $0000
|
||||||
DB $00
|
DW $0020
|
||||||
DB $00
|
DW $0008
|
||||||
DB $00
|
DW $0008
|
||||||
DB $00
|
HEX 0000000F
|
||||||
DB $00
|
HEX 0FFFF0F0
|
||||||
DB $00
|
HEX 0FFFF000
|
||||||
DB $00
|
HEX 0FFFFFF0
|
||||||
DB $00
|
HEX 0FFFFFF0
|
||||||
DB $00
|
HEX 0FFFFFF0
|
||||||
DB $00
|
HEX 0FFFFFF0
|
||||||
L0273B6 DB $00
|
HEX 00000000
|
||||||
DB $00
|
HEX FFFFFFF0
|
||||||
DB $20
|
HEX FFFFFFFF
|
||||||
DB $00
|
HEX FFFFFFFF
|
||||||
DB $08
|
HEX FFFFFFFF
|
||||||
DB $00
|
HEX FFFFFFFF
|
||||||
DB $08
|
HEX FFFFFFFF
|
||||||
DB $00
|
HEX FFFFFFFF
|
||||||
DB $00
|
HEX FFFFFFFF
|
||||||
DB $00
|
|
||||||
DB $00
|
|
||||||
DB $0F
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $F0
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $00
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $0F
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $00
|
|
||||||
DB $00
|
|
||||||
DB $00
|
|
||||||
DB $00
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $F0
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
DB $FF
|
|
||||||
|
|
||||||
*--- AV 202010
|
*--- AV 202010
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
*
|
*
|
||||||
* Genesys v1.2.4
|
* Genesys v1.3.5
|
||||||
* Control editor
|
* Control editor
|
||||||
*
|
*
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
Genesys v1.3.5 Readme - February 2021
|
||||||
|
|
||||||
|
Editors
|
||||||
|
- Control
|
||||||
|
A bug in icon control where I put the icon ref out of the control template (leading to storing 0 as icon reference)
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
Genesys v1.3.4 Readme - November 2020
|
Genesys v1.3.4 Readme - November 2020
|
||||||
|
|
||||||
Shell
|
Shell
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
Genesys v1.3.5 Readme - February 2021
|
||||||
|
|
||||||
|
Editors
|
||||||
|
- Control
|
||||||
|
A bug in icon control where I put the icon ref out of the control template (leading to storing 0 as icon reference)
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
Genesys v1.3.4 Readme - November 2020
|
Genesys v1.3.4 Readme - November 2020
|
||||||
|
|
||||||
The well-known resource editor for the Apple IIgs, originally developed and distributed by SSSi, Inc. until 1991, is now available in a new version that supports resource controls introducted in System 6.0 and 6.0.1, and even more.
|
The well-known resource editor for the Apple IIgs, originally developed and distributed by SSSi, Inc. until 1991, is now available in a new version that supports resource controls introducted in System 6.0 and 6.0.1, and even more.
|
||||||
|
Loading…
Reference in New Issue
Block a user