From 7626efc394e27b1f3d556ade35b905f357cdbd27 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Mon, 11 Dec 2023 16:02:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A013.=20=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20VGA-=D1=81=D1=82?= =?UTF-8?q?=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=8B=20=D0=B2=20platform.?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/13. Programming/platform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Labs/13. Programming/platform.h b/Labs/13. Programming/platform.h index 8df5d71..12c234f 100644 --- a/Labs/13. Programming/platform.h +++ b/Labs/13. Programming/platform.h @@ -68,9 +68,9 @@ struct TX_HANDLE struct VGA_HANDLE { - uint32_t *const char_map = CAST(uint32_t *, 0x07000000); - uint32_t *const color_map = CAST(uint32_t *, 0x07001000); - uint32_t *const tiff_map = CAST(uint32_t *, 0x07002000); + uint32_t *const char_map; + uint32_t *const color_map; + uint32_t *const tiff_map; }; struct SUPER_COLLIDER_HANDLE