Skip to content

Commit

Permalink
applied modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
v1bh475u committed Aug 30, 2024
1 parent 7799218 commit 2c3ef03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ void APU::test()
void APU::initializeWriteHandler()
{
if (mMap)
mMap->setAudioWriteHandler([this](Word address)
{ this->onMemoryWrite(address); });
mMap->setAudioWriteHandler([this](Word address) { this->onMemoryWrite(address); });
}

void APU::writeByte(Word address, Byte value)
Expand Down

0 comments on commit 2c3ef03

Please sign in to comment.