mirror of
https://github.com/a2-4am/passport.git
synced 2025-08-15 15:27:24 +00:00
Merge branch 'master' of https://github.com/a2-4am/passport
This commit is contained in:
@@ -408,6 +408,12 @@ IN THE SOFTWARE.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
2021-09-04
|
||||||
|
- new E7 patch that works on //c and
|
||||||
|
IIgs (fixes Commando, Animate, &c.)
|
||||||
|
- small update to EA patcher (fixes
|
||||||
|
Mind Mirror) (by qkumba)
|
||||||
|
|
||||||
2021-07-12
|
2021-07-12
|
||||||
- Target can be a hard disk, which will
|
- Target can be a hard disk, which will
|
||||||
save an autonumbered .DSK file in
|
save an autonumbered .DSK file in
|
||||||
|
@@ -5,6 +5,9 @@
|
|||||||
; fools most E7 protection checks
|
; fools most E7 protection checks
|
||||||
; (invented by qkumba, see PoC||GTFO 0x11
|
; (invented by qkumba, see PoC||GTFO 0x11
|
||||||
; and 4am crack no. 655 Rocky's Boots 4.0)
|
; and 4am crack no. 655 Rocky's Boots 4.0)
|
||||||
|
; (updated 2021 with a more compatible
|
||||||
|
; version to fix issues on Apple //c and
|
||||||
|
; Apple IIgs)
|
||||||
;-------------------------------
|
;-------------------------------
|
||||||
!zone {
|
!zone {
|
||||||
universale7
|
universale7
|
||||||
@@ -25,10 +28,10 @@ universale7
|
|||||||
sta gDisplayBytes
|
sta gDisplayBytes
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
!byte s_e7
|
!byte s_e7
|
||||||
ldx #$A3
|
ldx #$A4
|
||||||
ldy #$0C
|
ldy #$0C
|
||||||
jsr modify
|
jsr modify
|
||||||
!byte $64,$B4,$44,$80,$2C,$DC,$18,$B4,$44,$80,$44,$B4
|
!byte $78,$A8,$58,$9C,$30,$C0,$04,$A8,$58,$9C,$58,$A8
|
||||||
.nextsector
|
.nextsector
|
||||||
dec .sector+2
|
dec .sector+2
|
||||||
lda .sector+2
|
lda .sector+2
|
||||||
|
@@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
|||||||
.passport
|
.passport
|
||||||
!text "Passport ",$00
|
!text "Passport ",$00
|
||||||
.header
|
.header
|
||||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-03",$00
|
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-04",$00
|
||||||
.bar9
|
.bar9
|
||||||
!text "_________",$00
|
!text "_________",$00
|
||||||
.bar18
|
.bar18
|
||||||
|
Reference in New Issue
Block a user