Skip to content

Commit d524ec4

Browse files
committed
StandbyControl
1 parent 18720bc commit d524ec4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

emulator/src/Peripheral/StandbyControl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ namespace casioemu {
1313
StandbyControl *self = (StandbyControl *)(region->userdata);
1414
if ((data & 0xF0) == 0xA0 && (self->stpacp_last & 0xF0) == 0x50) {
1515
self->stop_acceptor_enabled = true;
16-
logger::Info("StandbyControl: Stop acceptor enabled!");
1716
}
1817
self->stpacp_last = data;
1918
},

0 commit comments

Comments
 (0)