mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 01:05:34 +00:00
ppu modified
This commit is contained in:
+5
-1
@@ -62,9 +62,13 @@ namespace ComSquare::PPU
|
||||
case 0x0C:
|
||||
this->bg34nba.raw = data;
|
||||
break;
|
||||
//TODO adding the rest of the registers. ooof !
|
||||
//TODO adding the rest of the registers. oaf !
|
||||
default:
|
||||
throw InvalidAddress("PPU Internal Registers write", addr);
|
||||
}
|
||||
}
|
||||
|
||||
void PPU::update(int cycles) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user