craigthomas / Chip8Java

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

Implement `clip_quirks` #36

Open craigthomas opened 2 months ago

craigthomas commented 2 months ago

The --clip_quirks controls whether sprites are allowed to wrap around the display. By default, sprites will wrap around the borders of the screen. If clip_quirks is turned on, then sprites will not be allowed to wrap.