• Jeffrey Lee's avatar
    Fix off-by-one error in INKEY timer · 42a78113
    Jeffrey Lee authored
    Detail:
      s/Taskman - When TaskWindow was converted to use TickerV instead of VSync events for implementing the INKEY timer, one line of code was left in the wrong place, causing all INKEY delays to be 1cs longer than they should
    Admin:
      Tested on PandaBoard
      100 * OS_Byte 129,0,0 now completes instantly (was 1s), 100 * OS_Byte 129,1,0 now completes in 1s (was 2s), both now matching single-tasking behaviour
      Should fix issue reported on forums with OS_Byte 129,0,0 -heavy programs running unreasonably slow:
      https://www.riscosopen.org/forum/forums/4/topics/9317
    
    
    Version 0.80. Tagged as 'TaskWindow-0_80'
    42a78113
Taskman 164 KB