boot: fix (roll)

It didn't work for values over 0xff. Duh!
This commit is contained in:
Virgil Dupras 2020-04-22 10:47:23 -04:00
parent 7a0e63746f
commit 7464c67c80
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -419,6 +419,7 @@ CODE (roll)
B H LDrr,
C L LDrr,
SP ADDHLss,
HL INCss,
D H LDrr,
E L LDrr,
HL DECss,