Skip to content

Commit

Permalink
Modified the code
Browse files Browse the repository at this point in the history
  • Loading branch information
v1bh475u committed Aug 28, 2024
1 parent 1fd6bdc commit ca1bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void APU::test()
void APU::setSignalCallback()
{
if (mMap)
mMap->connectObserver([this](Word address, Byte value){ this->onWrite(address, value); });
mMap->connectObserver([this](Word address, Byte value) { this->onWrite(address, value); });
}

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

0 comments on commit ca1bc90

Please sign in to comment.