Implemented many more OpCodes
This commit is contained in:
@@ -42,5 +42,10 @@ namespace Core.Memory
|
||||
// Copy the ROM
|
||||
Array.Copy(romData, 0, _memory, 0, romData.Length);
|
||||
}
|
||||
|
||||
public void ClearRam()
|
||||
{
|
||||
//To Do
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user