1
0
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:
Eugene Lozovoy
2023-01-01 14:39:16 +03:00
parent 7039187d70
commit 9378cb44dd

View File

@ -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 ; ...