feat: implement window x, window y and ly compare registers

This commit is contained in:
2021-03-16 22:52:43 -05:00
parent 06821bf880
commit adeb6ca8a9
2 changed files with 9 additions and 0 deletions

View File

@@ -167,6 +167,9 @@ pub struct ScreenPosition {
pub scroll_y: u8,
pub scroll_x: u8,
pub line_y: u8,
pub ly_compare: bool,
pub window_y: u8,
pub window_x: u8,
}
bitfield! {