mirror of
https://github.com/UzixLS/zx-sizif-512.git
synced 2025-07-19 15:22:29 +03:00
[minor] flash.asm: fix typo
This commit is contained in:
@ -113,9 +113,9 @@ flash_is_supported:
|
||||
cp #bf ; if manufacturer != SST - exit
|
||||
ret nz ; ...
|
||||
ld a, d ; a = device_id
|
||||
cp #b7 ; SST32SF040
|
||||
cp #b7 ; SST39SF040
|
||||
ret z ; ...
|
||||
cp #b6 ; SST32SF020
|
||||
cp #b6 ; SST39SF020
|
||||
ret z ; ...
|
||||
cp #b5 ; SST39SF010
|
||||
ret ; ...
|
||||
|
Reference in New Issue
Block a user