Remove SNES::StartApuDataTransfer

This commit is contained in:
scawful
2024-04-19 16:52:56 -04:00
parent b9212732a3
commit 5fecbc6939
2 changed files with 0 additions and 34 deletions

View File

@@ -50,10 +50,6 @@ class SNES : public DirectMemoryAccess {
// VBlank routine
void VBlankRoutine();
// Boot the APU with the IPL ROM
void BootApuWithIPL();
void StartApuDataTransfer();
// Controller input handling
void HandleInput();