Inject SPC700 to APU, add APU and PPU observers

This commit is contained in:
scawful
2023-08-24 22:54:52 -04:00
parent 1cc0c45e79
commit 453a2575f4
6 changed files with 100 additions and 42 deletions

View File

@@ -107,8 +107,6 @@ class ROMInfo {
uint16_t checksum;
uint16_t nmiVblVector;
uint16_t resetVector;
// Additional methods and constructors
};
class Observer {