Changed the structure of the emulator

This commit is contained in:
2026-04-20 14:31:06 +01:00
parent 7464b29fca
commit adbf64a84d
6 changed files with 296 additions and 240 deletions

View File

@@ -60,10 +60,6 @@ namespace Core.Memory
// Copy the ROM
Array.Copy(romData, 0, _memory, 0, romData.Length);
}
public void ClearRam()
{
//To Do
}
}
}