quirks: Fix description for screen_wrap

This commit is contained in:
John 2023-04-17 05:39:18 -05:00
parent 88693f6c72
commit e842755d77

View File

@ -11,7 +11,7 @@ pub struct Quirks {
pub shift: bool,
/// Super Chip: Draw operations shouldn't pause execution until the next timer tick
pub draw_wait: bool,
/// XO-Chip: Draw operations shouldn't wrap from the bottom of the screen to the top
/// XO-Chip: Draw operations should wrap from bottom to top and side to side
pub screen_wrap: bool,
/// Super Chip: DMA instructions `Fx55`/`Fx65` shouldn't change I to I + x + 1
pub dma_inc: bool,