Skip to content

Commit a0fc20f

Browse files
committed
StandByControl
1 parent 7bdd1ae commit a0fc20f

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
@@ -23,7 +23,6 @@ namespace casioemu {
2323
StandbyControl *self = (StandbyControl *)(region->userdata);
2424

2525
if (data & 0x01) {
26-
logger::Info("StandbyControl: Chipset halted!");
2726
self->emulator.chipset.Halt();
2827
return;
2928
}

0 commit comments

Comments
 (0)