kirjavascript / TetrisGYM

nes tetris training rom
Other
197 stars 18 forks source link

fix: tspin render #68

Closed zohassadar closed 9 months ago

zohassadar commented 9 months ago

Fixes issue introduced in #57

The cmp #0 was setting the carry bit, causing an extra bit to be added. Changed to explicitly add 2 to restore expected behavior.