mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР13. Исправление VGA-структуры в platform.h
This commit is contained in:
committed by
GitHub
parent
4cc6d0d287
commit
7626efc394
@@ -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
|
||||
|
Reference in New Issue
Block a user