craigthomas / Chip8Java

A Super Chip 8 emulator written in Java
MIT License
27 stars 2 forks source link

Implement Scroll Up Operation #31

Closed craigthomas closed 1 month ago

craigthomas commented 2 months ago

The scroll up operation scrolls a bitplane up by the specified number of lines. The scroll up operation is encoded as:

00Dn

Where n ranges from 0 to 15. Only the selected bitplane is scrolled.