Skip to content

Commit 7bdd1ae

Browse files
committed
StandbyControl
1 parent d524ec4 commit 7bdd1ae

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
@@ -29,7 +29,6 @@ namespace casioemu {
2929
}
3030

3131
if (data & 0x02 && self->stop_acceptor_enabled) {
32-
logger::Info("StandbyControl: Chipset stopped!");
3332
self->stop_acceptor_enabled = false;
3433
self->emulator.chipset.Stop();
3534
return;

0 commit comments

Comments
 (0)