[ref] Refactor memory

This commit is contained in:
2024-02-18 09:35:58 +05:30
parent 5701808e77
commit 2f0e0b4730
4 changed files with 83 additions and 40 deletions

View File

@@ -4,6 +4,8 @@ use std::fmt::Debug;
pub enum DeviceType {
RAM,
MMU,
/// Program counter
PC,
KEYBOARD,
AUDIO,
GRAPHICS,