Gopher2600/hardware/tia/delay
JetSetIlly b968c534ab chaged signature of Tick() function for delay.Event type
the function no longer returns (uint8, bool) tuple. it instead expects a
function that can be called from the Tick() function itself, in the case
of "success"

this has significant performance improvements due to the frequency of
calls to delay.Event.Tick()
2023-02-19 21:22:22 +00:00
..
doc.go Update docs/commentary for delay package 2020-07-29 21:32:12 +01:00
event.go chaged signature of Tick() function for delay.Event type 2023-02-19 21:22:22 +00:00