SPC700 to get notified when ports are written

This commit is contained in:
scawful
2023-08-26 02:33:19 -04:00
parent 2b8d41c6ca
commit a2de3c2ffe
8 changed files with 76 additions and 36 deletions

View File

@@ -84,6 +84,9 @@ class SNES : public DMA {
// VBlank routine
void VBlankRoutine();
// Boot the APU with the IPL ROM
void BootAPUWithIPL();
// Controller input handling
void HandleInput();