summaryrefslogtreecommitdiff
path: root/src/luma.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/luma.rs')
-rw-r--r--src/luma.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/luma.rs b/src/luma.rs
index 000cb45..6587db4 100644
--- a/src/luma.rs
+++ b/src/luma.rs
@@ -32,7 +32,7 @@ pub struct VersionType<T> {
pub const VERSION: VersionType::<u32> = VersionType::<u32> {
major: 0x0,
- minor: 0x2B,
+ minor: 0x2C,
};
pub struct WidthHeight<T> {
@@ -46,6 +46,8 @@ pub const MEMORY_SIZE: usize = 0x0E010000;
pub const BOOTLOADER_SIZE: usize = 0x00004000;
pub const IMAGE_SIZE: usize = 0x02000000;
+pub const VIDEO_SIZE: usize = 0x00018000;
+pub const PALETTE_SIZE: usize = 0x00000400;
pub const SCREEN_SIZE: WidthHeight::<u8> = WidthHeight::<u8> {
width: 0xF0,