We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec37cac commit ca2c70bCopy full SHA for ca2c70b
ares/fc/apu/serialization.cpp
@@ -3,6 +3,7 @@ auto APU::serialize(serializer& s) -> void {
3
s(pulse1);
4
s(pulse2);
5
s(triangle);
6
+ s(noise);
7
s(dmc);
8
s(frame);
9
}
ares/fc/system/serialization.cpp
@@ -1,4 +1,4 @@
1
-static const string SerializerVersion = "v150";
+static const string SerializerVersion = "v151";
2
auto System::serialize(bool synchronize) -> serializer {
if(synchronize) scheduler.enter(Scheduler::Mode::Synchronize);
0 commit comments