mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-05 17:50:04 -04:00
Modeling the Bus and writing first test for NOP instruction
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub struct PPU;
|
||||
|
||||
impl PPU {
|
||||
pub fn new() -> Self {
|
||||
Self{}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user