diff options
author | Astatin <[email protected]> | 2024-11-01 15:43:52 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-01 15:43:52 +0900 |
commit | 302723d88ab756d6f664a20de9a76f61cdcc91a4 (patch) | |
tree | 95f47e9d7c9789d5e8531a7500f83041a0913ae1 | |
parent | bb9eb75b17ad0cb1d19329b2da025723d74e1155 (diff) |
Remove error message when reading from interrupt flags
-rw-r--r-- | src/io.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ impl Memory { 0x01 => self.serial_data, 0x02 => self.serial_control, 0x04 => self.div, + 0x0f => self.io[0x0f], 0x40 => self.display.lcdc, 0x42 => self.display.viewport_y, 0x43 => self.display.viewport_x, |