mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
added strid
This commit is contained in:
@@ -14,6 +14,7 @@ m_offsets
|
|||||||
flashoppreamble = 6
|
flashoppreamble = 6
|
||||||
flash_lockchip = 9
|
flash_lockchip = 9
|
||||||
flash_unlockchip = 12
|
flash_unlockchip = 12
|
||||||
|
flash_idstr = 15
|
||||||
|
|
||||||
; rw section, may be moved to ZP if needed
|
; rw section, may be moved to ZP if needed
|
||||||
M_VECTOR .word 0
|
M_VECTOR .word 0
|
||||||
@@ -9,6 +9,7 @@ M_VECTORS_28SF
|
|||||||
jmp flashoppreamble_28SF
|
jmp flashoppreamble_28SF
|
||||||
jmp flash_lockchip_28SF
|
jmp flash_lockchip_28SF
|
||||||
jmp flash_unlockchip_28SF
|
jmp flash_unlockchip_28SF
|
||||||
|
.byte "28SF0x0",0
|
||||||
|
|
||||||
flashoppreamble_28SF
|
flashoppreamble_28SF
|
||||||
lda #C_BYTE_PROG_28SF
|
lda #C_BYTE_PROG_28SF
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ M_VECTORS_29F
|
|||||||
jmp flashoppreamble_29F
|
jmp flashoppreamble_29F
|
||||||
jmp flash_lockchip_29F
|
jmp flash_lockchip_29F
|
||||||
jmp flash_unlockchip_29F
|
jmp flash_unlockchip_29F
|
||||||
|
.byte "29F0x0",0
|
||||||
|
|
||||||
flashoppreamble_29F
|
flashoppreamble_29F
|
||||||
pha
|
pha
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ M_VECTORS_29SF
|
|||||||
jmp flashoppreamble_29SF
|
jmp flashoppreamble_29SF
|
||||||
jmp flash_lockchip_29SF
|
jmp flash_lockchip_29SF
|
||||||
jmp flash_unlockchip_29SF
|
jmp flash_unlockchip_29SF
|
||||||
|
.byte "29SF0x0",0
|
||||||
|
|
||||||
flashoppreamble_29SF
|
flashoppreamble_29SF
|
||||||
pha
|
pha
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ M_VECTORS_39SF
|
|||||||
jmp flashoppreamble_39SF
|
jmp flashoppreamble_39SF
|
||||||
jmp flash_lockchip_39SF
|
jmp flash_lockchip_39SF
|
||||||
jmp flash_unlockchip_39SF
|
jmp flash_unlockchip_39SF
|
||||||
|
.byte "39SF0x0",0
|
||||||
|
|
||||||
flashoppreamble_39SF
|
flashoppreamble_39SF
|
||||||
pha
|
pha
|
||||||
|
|||||||
Reference in New Issue
Block a user