We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18720bc commit d524ec4Copy full SHA for d524ec4
emulator/src/Peripheral/StandbyControl.cpp
@@ -13,7 +13,6 @@ namespace casioemu {
13
StandbyControl *self = (StandbyControl *)(region->userdata);
14
if ((data & 0xF0) == 0xA0 && (self->stpacp_last & 0xF0) == 0x50) {
15
self->stop_acceptor_enabled = true;
16
- logger::Info("StandbyControl: Stop acceptor enabled!");
17
}
18
self->stpacp_last = data;
19
},
0 commit comments