Merge pull request #9 from zxdos/master

sync with upstream
This commit is contained in:
Ivan Tatarinov 2021-04-12 12:09:31 +03:00 committed by GitHub
commit 0f7aab6bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3181,10 +3181,10 @@ calbi3 add hl, de
ELSE
calbi1 ld a, b ;1-40
sub 20
jr z, calbi2
jr c, calbi2 ;<20 c n
ld b, a ;>=20 nc n-20
calbi2 ld hl, $fec0
ret z
ld de, $0c40
calbi3 add hl, de
djnz calbi3