[gpu] Add graphics and adapter

This commit is contained in:
2024-02-18 15:11:37 +05:30
parent 91702f3997
commit 7492ba8dd3
5 changed files with 90 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ pub mod cpu;
pub mod mmu;
pub mod ram;
pub mod iomem;
pub mod program_counter;
pub mod program_counter;
pub mod graphics;