diff --git a/bsnes/sfc/cpu/timing.cpp b/bsnes/sfc/cpu/timing.cpp index d3f78a22..e443e5a5 100644 --- a/bsnes/sfc/cpu/timing.cpp +++ b/bsnes/sfc/cpu/timing.cpp @@ -200,7 +200,7 @@ auto CPU::dmaEdge() -> void { } } -//called every 128 clocks; see CPU::step() +//called every 128 clocks from inside the CPU::stepOnce() function auto CPU::joypadEdge() -> void { //it is not yet confirmed if polling can be stopped early and/or (re)started later if(!io.autoJoypadPoll) return;