[ref] Cleanup memory

This commit is contained in:
2024-02-19 13:46:27 +05:30
parent 8714e906bc
commit a6c95eccaf
7 changed files with 19 additions and 29 deletions

View File

@@ -7,9 +7,6 @@ use crate::misc::emulator_error::EmulatorError::EmulatorIOError;
pub enum DeviceType {
CPU,
RAM,
MMU,
/// Program counter
PC,
KEYBOARD,
AUDIO,
GRAPHICS,